#AA29DB

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

Shades of Dark Orchid #AA29DB

Tints of Dark Orchid #AA29DB

Color information

#AA29DB (or 0xAA29DB) is unknown color: approx Dark Orchid. HEX triplet: AA, 29 and DB. RGB value is (170,41,219). Sum of RGB (Red+Green+Blue) = 170+41+219=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA29DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29DB is #55D624. Grayscale: #636363. Windows color (decimal): -5625381 or 14363050. OLE color: 14363050.

HSL color Cylindrical-coordinate representation of color #AA29DB: hue angle of 283.48º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA29DB is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17041219-
CMYK0.220.8100.14
HSL283.48º71.2%50.98%-
HSV(B)283.48º81.28%85.88%-
XYZ30.1615.2568.37-
YUV99.86195.24178.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 41 (16.41% from 255) = 9.53%
BLUE value IS 219 (85.94% from 255) = 50.93%
R=39.53%
G=9.53%
B=50.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170412190.220.8100.14283.4871.250.98
HexAA29DB16510E11b4733
Octal252513332612101643310763
Binary1010101010100111011011101101010001011101000110111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA29DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA29DB; }

 p { color: rgb(170,41,219); }

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

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

 a { background-color: rgb(170,41,219); }

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

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

 span { border-color: rgb(170,41,219); }

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