Html Css Color HEX #AA29AB Dark Orchid

📋 copy color: '#AA29AB'

red 170 ◦ green 41 ◦ blue 171

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

Shades of Dark Orchid #AA29AB

Tints of Dark Orchid #AA29AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 44.5%
G = 10.73%
B = 44.76%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA29AB (or 0xAA29AB) is known color: Dark Orchid. HEX triplet: AA, 29 and AB. RGB value is (170,41,171). Sum of RGB (Red+Green+Blue) = 170+41+171=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA29AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA29AB is #55D654. Grayscale: #5E5E5E. Windows color (decimal): -5625429 or 11217322. OLE color: 11217322.

HSL color Cylindrical-coordinate representation of color #AA29AB: hue angle of 299.54º degrees, saturation: 0.61, 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 #AA29AB is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 41 171 -
CMYK 0.01 0.76 0 0.33
HSL 299.54º 0.61% 0.42% -
HSV(B) 299.54º 0.76% 0.67% -
XYZ 24.72 13.07 39.75 -
YUV 94.39 171.24 181.93 -
System Red Green Blue C M Y K H S L
Decimal 170 41 171 0.01 0.76 0 0.33 299.54 0.61 0.42
Hex AA 29 AB 1 4C 0 21 12C 3D 2A
Octal 252 51 253 1 114 0 41 454 75 52
Binary 10101010 101001 10101011 1 1001100 0 100001 100101100 111101 101010

Color Harmonies of #AA29AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29AB

Black with #AA29AB

Text Example


Text Example

White with #AA29AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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