Html Css Color HEX #AA29DD Dark Orchid

📋 copy color: '#AA29DD'

red 170 ◦ green 41 ◦ blue 221

#AA29DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AA29DD

Tints of Dark Orchid #AA29DD

RGB

 RED value IS 170 (66.8% from 255) = 39.35%

 GREEN value IS 41 (16.41% from 255) = 9.49%

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 39.35%
G = 9.49%
B = 51.16%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA29DD (or 0xAA29DD) is known color: Dark Orchid. HEX triplet: AA, 29 and DD. RGB value is (170,41,221). Sum of RGB (Red+Green+Blue) = 170+41+221=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA29DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29DD is #55D622. Grayscale: #636363. Windows color (decimal): -5625379 or 14494122. OLE color: 14494122.

HSL color Cylindrical-coordinate representation of color #AA29DD: hue angle of 283º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA29DD is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 41 221 -
CMYK 0.23 0.81 0 0.13
HSL 283º 0.73% 0.51% -
HSV(B) 283º 0.81% 0.87% -
XYZ 30.42 15.35 69.77 -
YUV 100.09 196.24 177.86 -
System Red Green Blue C M Y K H S L
Decimal 170 41 221 0.23 0.81 0 0.13 283 0.73 0.51
Hex AA 29 DD 17 51 0 D 11B 49 33
Octal 252 51 335 27 121 0 15 433 111 63
Binary 10101010 101001 11011101 10111 1010001 0 1101 100011011 1001001 110011

Color Harmonies of #AA29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29DD

Black with #AA29DD

Text Example


Text Example

White with #AA29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29DD; }

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

 H1.HeaderClassName
 {
   color: #AA29DD;
 }
 .AnyTagClassName
 {
   color: #AA29DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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