#A717B9

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

Shades of Dark Orchid #A717B9

Tints of Dark Orchid #A717B9

Color information

#A717B9 (or 0xA717B9) is unknown color: approx Dark Orchid. HEX triplet: A7, 17 and B9. RGB value is (167,23,185). Sum of RGB (Red+Green+Blue) = 167+23+185=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #A717B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A717B9 is #58E846. Grayscale: #545454. Windows color (decimal): -5826631 or 12130215. OLE color: 12130215.

HSL color Cylindrical-coordinate representation of color #A717B9: hue angle of 293.33º 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 #A717B9 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16723185-
CMYK0.100.8800.27
HSL293.33º77.88%40.78%-
HSV(B)293.33º87.57%72.55%-
XYZ2512.3346.96-
YUV84.52184.71186.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 23 (9.38% from 255) = 6.13%
BLUE value IS 185 (72.66% from 255) = 49.33%
R=44.53%
G=6.13%
B=49.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167231850.100.8800.27293.3377.8840.78
HexA717B9A5801B1254e29
Octal247272711213003344511651
Binary101001111011110111001101010110000110111001001011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A717B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A717B9; }

 p { color: rgb(167,23,185); }

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

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

 a { background-color: rgb(167,23,185); }

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

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

 span { border-color: rgb(167,23,185); }

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