Html Css Color HEX #AA29CB Dark Orchid

📋 copy color: '#AA29CB'

red 170 ◦ green 41 ◦ blue 203

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

Shades of Dark Orchid #AA29CB

Tints of Dark Orchid #AA29CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 41.06%
G = 9.9%
B = 49.03%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA29CB (or 0xAA29CB) is known color: Dark Orchid. HEX triplet: AA, 29 and CB. RGB value is (170,41,203). Sum of RGB (Red+Green+Blue) = 170+41+203=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA29CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29CB is #55D634. Grayscale: #616161. Windows color (decimal): -5625397 or 13314474. OLE color: 13314474.

HSL color Cylindrical-coordinate representation of color #AA29CB: hue angle of 287.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA29CB is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 41 203 -
CMYK 0.16 0.80 0 0.20
HSL 287.78º 0.66% 0.48% -
HSV(B) 287.78º 0.8% 0.8% -
XYZ 28.15 14.44 57.8 -
YUV 98.04 187.24 179.33 -
System Red Green Blue C M Y K H S L
Decimal 170 41 203 0.16 0.80 0 0.20 287.78 0.66 0.48
Hex AA 29 CB 10 50 0 14 120 42 30
Octal 252 51 313 20 120 0 24 440 102 60
Binary 10101010 101001 11001011 10000 1010000 0 10100 100100000 1000010 110000

Color Harmonies of #AA29CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29CB

Black with #AA29CB

Text Example


Text Example

White with #AA29CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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