#A229AC

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

Shades of Dark Orchid #A229AC

Tints of Dark Orchid #A229AC

Color information

#A229AC (or 0xA229AC) is unknown color: approx Dark Orchid. HEX triplet: A2, 29 and AC. RGB value is (162,41,172). Sum of RGB (Red+Green+Blue) = 162+41+172=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #A229AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A229AC is #5DD653. Grayscale: #5B5B5B. Windows color (decimal): -6149716 or 11282850. OLE color: 11282850.

HSL color Cylindrical-coordinate representation of color #A229AC: hue angle of 295.42º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A229AC is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16241172-
CMYK0.060.7600.33
HSL295.42º61.5%41.76%-
HSV(B)295.42º76.16%67.45%-
XYZ23.1412.2540.17-
YUV92.11173.09177.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 41 (16.41% from 255) = 10.93%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=43.2%
G=10.93%
B=45.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162411720.060.7600.33295.4261.541.76
HexA229AC64C0211273e2a
Octal2425125461140414477652
Binary101000101010011010110011010011000100001100100111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A229AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A229AC; }

 p { color: rgb(162,41,172); }

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

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

 a { background-color: rgb(162,41,172); }

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

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

 span { border-color: rgb(162,41,172); }

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