#A220AE

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

Shades of Dark Orchid #A220AE

Tints of Dark Orchid #A220AE

Color information

#A220AE (or 0xA220AE) is unknown color: approx Dark Orchid. HEX triplet: A2, 20 and AE. RGB value is (162,32,174). Sum of RGB (Red+Green+Blue) = 162+32+174=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #A220AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A220AE is #5DDF51. Grayscale: #565656. Windows color (decimal): -6152018 or 11411618. OLE color: 11411618.

HSL color Cylindrical-coordinate representation of color #A220AE: hue angle of 294.93º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A220AE is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16232174-
CMYK0.070.8200.32
HSL294.93º68.93%40.39%-
HSV(B)294.93º81.61%68.24%-
XYZ23.0611.7741.1-
YUV87.06177.07181.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 32 (12.89% from 255) = 8.70%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=44.02%
G=8.70%
B=47.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162321740.070.8200.32294.9368.9340.39
HexA220AE7520201274528
Octal24240256712204044710550
Binary1010001010000010101110111101001001000001001001111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A220AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A220AE; }

 p { color: rgb(162,32,174); }

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

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

 a { background-color: rgb(162,32,174); }

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

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

 span { border-color: rgb(162,32,174); }

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