Html Css Color HEX #AA24CA Dark Orchid

📋 copy color: '#AA24CA'

red 170 ◦ green 36 ◦ blue 202

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

Shades of Dark Orchid #AA24CA

Tints of Dark Orchid #AA24CA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.82%

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

R = 41.67%
G = 8.82%
B = 49.51%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA24CA (or 0xAA24CA) is known color: Dark Orchid. HEX triplet: AA, 24 and CA. RGB value is (170,36,202). Sum of RGB (Red+Green+Blue) = 170+36+202=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA24CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24CA is #55DB35. Grayscale: #5E5E5E. Windows color (decimal): -5626678 or 13247658. OLE color: 13247658.

HSL color Cylindrical-coordinate representation of color #AA24CA: hue angle of 288.43º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA24CA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 36 202 -
CMYK 0.16 0.82 0 0.21
HSL 288.43º 0.7% 0.47% -
HSV(B) 288.43º 0.82% 0.79% -
XYZ 27.87 14.07 57.12 -
YUV 94.99 188.39 181.5 -
System Red Green Blue C M Y K H S L
Decimal 170 36 202 0.16 0.82 0 0.21 288.43 0.7 0.47
Hex AA 24 CA 10 52 0 15 120 46 2F
Octal 252 44 312 20 122 0 25 440 106 57
Binary 10101010 100100 11001010 10000 1010010 0 10101 100100000 1000110 101111

Color Harmonies of #AA24CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24CA

Black with #AA24CA

Text Example


Text Example

White with #AA24CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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