#A617B6

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

Shades of Dark Orchid #A617B6

Tints of Dark Orchid #A617B6

Color information

#A617B6 (or 0xA617B6) is unknown color: approx Dark Orchid. HEX triplet: A6, 17 and B6. RGB value is (166,23,182). Sum of RGB (Red+Green+Blue) = 166+23+182=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #A617B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A617B6 is #59E849. Grayscale: #535353. Windows color (decimal): -5892170 or 11933606. OLE color: 11933606.

HSL color Cylindrical-coordinate representation of color #A617B6: hue angle of 293.96º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A617B6 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16623182-
CMYK0.090.8700.29
HSL293.96º77.56%40.2%-
HSV(B)293.96º87.36%71.37%-
XYZ24.4812.145.3-
YUV83.88183.38186.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 23 (9.38% from 255) = 6.20%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=44.74%
G=6.20%
B=49.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166231820.090.8700.29293.9677.5640.2
HexA617B695701D1264e28
Octal246272661112703544611650
Binary101001101011110110110100110101110111011001001101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A617B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A617B6; }

 p { color: rgb(166,23,182); }

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

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

 a { background-color: rgb(166,23,182); }

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

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

 span { border-color: rgb(166,23,182); }

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