#a81fc6

Color #A81FC6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A81FC6

Tints of Dark Orchid #A81FC6

Color information

#A81FC6 (or 0xA81FC6) is unknown color: approx Dark Orchid. HEX triplet: A8, 1F and C6. RGB value is (168,31,198). Sum of RGB (Red+Green+Blue) = 168+31+198=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #A81FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81FC6 is #57E039. Grayscale: #5A5A5A. Windows color (decimal): -5759034 or 12984232. OLE color: 12984232.

HSL color Cylindrical-coordinate representation of color #A81FC6: hue angle of 289.22º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81FC6 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16831198-
CMYK0.150.8400.22
HSL289.22º72.93%44.9%-
HSV(B)289.22º84.34%77.65%-
XYZ26.8313.3854.59-
YUV91188.39182.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 31 (12.5% from 255) = 7.81%
BLUE value IS 198 (77.73% from 255) = 49.87%
R=42.32%
G=7.81%
B=49.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168311980.150.8400.22289.2272.9344.9
HexA81FC6F54016121492d
Octal250373061712402644111155
Binary101010001111111000110111110101000101101001000011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a81fc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a81fc6; }

 p { color: rgb(168,31,198); }

 H1.HeaderClassName
 {
   color: #a81fc6;
 }
 .AnyTagClassName
 {
   color: #a81fc6;
 }
</style>
background-color css

<style>
 a { background-color: #a81fc6; }

 a { background-color: rgb(168,31,198); }

 div.DivClassName
 {
   background-color: #a81fc6;
 }
 .BgClassName
 {
   background-color: #a81fc6;
 }
</style>
border-color css

<style>
 span { border-color: #a81fc6; }

 span { border-color: rgb(168,31,198); }

 td.TdClassName
 {
   border-color: #a81fc6;
 }
 .TagClassName
 {
   border-color: #a81fc6;
 }
</style>