Html Css Color HEX #AA29C9 Dark Orchid

📋 copy color: '#AA29C9'

red 170 ◦ green 41 ◦ blue 201

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

Shades of Dark Orchid #AA29C9

Tints of Dark Orchid #AA29C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.79%

R = 41.26%
G = 9.95%
B = 48.79%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA29C9 (or 0xAA29C9) is known color: Dark Orchid. HEX triplet: AA, 29 and C9. RGB value is (170,41,201). Sum of RGB (Red+Green+Blue) = 170+41+201=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA29C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29C9 is #55D636. Grayscale: #616161. Windows color (decimal): -5625399 or 13183402. OLE color: 13183402.

HSL color Cylindrical-coordinate representation of color #AA29C9: hue angle of 288.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA29C9 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 41 201 -
CMYK 0.15 0.80 0 0.21
HSL 288.38º 0.66% 0.47% -
HSV(B) 288.38º 0.8% 0.79% -
XYZ 27.91 14.35 56.56 -
YUV 97.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 170 41 201 0.15 0.80 0 0.21 288.38 0.66 0.47
Hex AA 29 C9 F 50 0 15 120 42 2F
Octal 252 51 311 17 120 0 25 440 102 57
Binary 10101010 101001 11001001 1111 1010000 0 10101 100100000 1000010 101111

Color Harmonies of #AA29C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29C9

Black with #AA29C9

Text Example


Text Example

White with #AA29C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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