Html Css Color HEX #AA29AE Dark Orchid

📋 copy color: '#AA29AE'

red 170 ◦ green 41 ◦ blue 174

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

Shades of Dark Orchid #AA29AE

Tints of Dark Orchid #AA29AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.19%

R = 44.16%
G = 10.65%
B = 45.19%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA29AE (or 0xAA29AE) is known color: Dark Orchid. HEX triplet: AA, 29 and AE. RGB value is (170,41,174). Sum of RGB (Red+Green+Blue) = 170+41+174=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA29AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA29AE is #55D651. Grayscale: #5E5E5E. Windows color (decimal): -5625426 or 11413930. OLE color: 11413930.

HSL color Cylindrical-coordinate representation of color #AA29AE: hue angle of 298.2º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA29AE is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 41 174 -
CMYK 0.02 0.76 0 0.32
HSL 298.2º 0.62% 0.42% -
HSV(B) 298.2º 0.76% 0.68% -
XYZ 25.01 13.19 41.27 -
YUV 94.73 172.74 181.69 -
System Red Green Blue C M Y K H S L
Decimal 170 41 174 0.02 0.76 0 0.32 298.2 0.62 0.42
Hex AA 29 AE 2 4C 0 20 12A 3E 2A
Octal 252 51 256 2 114 0 40 452 76 52
Binary 10101010 101001 10101110 10 1001100 0 100000 100101010 111110 101010

Color Harmonies of #AA29AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29AE

Black with #AA29AE

Text Example


Text Example

White with #AA29AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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