#A617BA

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

Shades of Dark Orchid #A617BA

Tints of Dark Orchid #A617BA

Color information

#A617BA (or 0xA617BA) is unknown color: approx Dark Orchid. HEX triplet: A6, 17 and BA. RGB value is (166,23,186). Sum of RGB (Red+Green+Blue) = 166+23+186=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #A617BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A617BA is #59E845. Grayscale: #535353. Windows color (decimal): -5892166 or 12195750. OLE color: 12195750.

HSL color Cylindrical-coordinate representation of color #A617BA: hue angle of 292.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A617BA is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16623186-
CMYK0.110.8800.27
HSL292.64º77.99%40.98%-
HSV(B)292.64º87.63%72.94%-
XYZ24.912.2647.51-
YUV84.34185.38186.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 23 (9.38% from 255) = 6.13%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=44.27%
G=6.13%
B=49.6%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166231860.110.8800.27292.6477.9940.98
HexA617BAB5801B1254e29
Octal246272721313003344511651
Binary101001101011110111010101110110000110111001001011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A617BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A617BA; }

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

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

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

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

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

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

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

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