#AA2CA9

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

Shades of Dark Orchid #AA2CA9

Tints of Dark Orchid #AA2CA9

Color information

#AA2CA9 (or 0xAA2CA9) is unknown color: approx Dark Orchid. HEX triplet: AA, 2C and A9. RGB value is (170,44,169). Sum of RGB (Red+Green+Blue) = 170+44+169=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2CA9 is #55D356. Grayscale: #5F5F5F. Windows color (decimal): -5624663 or 11087018. OLE color: 11087018.

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

Color convert

RGB17044169-
CMYK00.740.010.33
HSL300.48º58.88%41.96%-
HSV(B)300.48º74.12%66.67%-
XYZ24.6413.2138.79-
YUV95.92169.24180.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 44 (17.58% from 255) = 11.49%
BLUE value IS 169 (66.41% from 255) = 44.13%
R=44.39%
G=11.49%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704416900.740.010.33300.4858.8841.96
HexAA2CA904A12112c3b2a
Octal2525425101121414547352
Binary1010101010110010101001010010101100001100101100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2CA9; }

 p { color: rgb(170,44,169); }

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

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

 a { background-color: rgb(170,44,169); }

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

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

 span { border-color: rgb(170,44,169); }

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