Html Css Color HEX #AA29CA Dark Orchid

📋 copy color: '#AA29CA'

red 170 ◦ green 41 ◦ blue 202

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

Shades of Dark Orchid #AA29CA

Tints of Dark Orchid #AA29CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 41.16%
G = 9.93%
B = 48.91%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA29CA (or 0xAA29CA) is known color: Dark Orchid. HEX triplet: AA, 29 and CA. RGB value is (170,41,202). Sum of RGB (Red+Green+Blue) = 170+41+202=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA29CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29CA is #55D635. Grayscale: #616161. Windows color (decimal): -5625398 or 13248938. OLE color: 13248938.

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

Color convert

RGB 170 41 202 -
CMYK 0.16 0.80 0 0.21
HSL 288.07º 0.66% 0.48% -
HSV(B) 288.07º 0.8% 0.79% -
XYZ 28.03 14.4 57.18 -
YUV 97.93 186.74 179.41 -
System Red Green Blue C M Y K H S L
Decimal 170 41 202 0.16 0.80 0 0.21 288.07 0.66 0.48
Hex AA 29 CA 10 50 0 15 120 42 30
Octal 252 51 312 20 120 0 25 440 102 60
Binary 10101010 101001 11001010 10000 1010000 0 10101 100100000 1000010 110000

Color Harmonies of #AA29CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29CA

Black with #AA29CA

Text Example


Text Example

White with #AA29CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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