#A417B6

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

Shades of Dark Orchid #A417B6

Tints of Dark Orchid #A417B6

Color information

#A417B6 (or 0xA417B6) is unknown color: approx Dark Orchid. HEX triplet: A4, 17 and B6. RGB value is (164,23,182). Sum of RGB (Red+Green+Blue) = 164+23+182=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #A417B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417B6 is #5BE849. Grayscale: #525252. Windows color (decimal): -6023242 or 11933604. OLE color: 11933604.

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

Color convert

RGB16423182-
CMYK0.100.8700.29
HSL293.21º77.56%40.2%-
HSV(B)293.21º87.36%71.37%-
XYZ24.0611.8845.28-
YUV83.28183.71185.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 23 (9.38% from 255) = 6.23%
BLUE value IS 182 (71.48% from 255) = 49.32%
R=44.44%
G=6.23%
B=49.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164231820.100.8700.29293.2177.5640.2
HexA417B6A5701D1254e28
Octal244272661212703544511650
Binary101001001011110110110101010101110111011001001011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A417B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A417B6; }

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

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

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

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

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

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

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

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