Html Css Color HEX #AA29D6 Dark Orchid

📋 copy color: '#AA29D6'

red 170 ◦ green 41 ◦ blue 214

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

Shades of Dark Orchid #AA29D6

Tints of Dark Orchid #AA29D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.35%

R = 40%
G = 9.65%
B = 50.35%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA29D6 (or 0xAA29D6) is known color: Dark Orchid. HEX triplet: AA, 29 and D6. RGB value is (170,41,214). Sum of RGB (Red+Green+Blue) = 170+41+214=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA29D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29D6 is #55D629. Grayscale: #626262. Windows color (decimal): -5625386 or 14035370. OLE color: 14035370.

HSL color Cylindrical-coordinate representation of color #AA29D6: hue angle of 284.74º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA29D6 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 41 214 -
CMYK 0.21 0.81 0 0.16
HSL 284.74º 0.68% 0.5% -
HSV(B) 284.74º 0.81% 0.84% -
XYZ 29.51 14.99 64.96 -
YUV 99.29 192.74 178.43 -
System Red Green Blue C M Y K H S L
Decimal 170 41 214 0.21 0.81 0 0.16 284.74 0.68 0.5
Hex AA 29 D6 15 51 0 10 11D 44 32
Octal 252 51 326 25 121 0 20 435 104 62
Binary 10101010 101001 11010110 10101 1010001 0 10000 100011101 1000100 110010

Color Harmonies of #AA29D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29D6

Black with #AA29D6

Text Example


Text Example

White with #AA29D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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