#A419AC

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

Shades of Dark Orchid #A419AC

Tints of Dark Orchid #A419AC

Color information

#A419AC (or 0xA419AC) is unknown color: approx Dark Orchid. HEX triplet: A4, 19 and AC. RGB value is (164,25,172). Sum of RGB (Red+Green+Blue) = 164+25+172=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #A419AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A419AC is #5BE653. Grayscale: #525252. Windows color (decimal): -6022740 or 11278756. OLE color: 11278756.

HSL color Cylindrical-coordinate representation of color #A419AC: hue angle of 296.73º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A419AC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16425172-
CMYK0.050.8500.33
HSL296.73º74.62%38.63%-
HSV(B)296.73º85.47%67.45%-
XYZ23.111.5740.04-
YUV83.32178.05185.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 25 (10.16% from 255) = 6.93%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=45.43%
G=6.93%
B=47.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164251720.050.8500.33296.7374.6238.63
HexA419AC5550211294b27
Octal24431254512504145111347
Binary101001001100110101100101101010101000011001010011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A419AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A419AC; }

 p { color: rgb(164,25,172); }

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

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

 a { background-color: rgb(164,25,172); }

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

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

 span { border-color: rgb(164,25,172); }

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