Html Css Color HEX #AA24CE Dark Orchid

📋 copy color: '#AA24CE'

red 170 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #AA24CE

Tints of Dark Orchid #AA24CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50%

R = 41.26%
G = 8.74%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA24CE (or 0xAA24CE) is known color: Dark Orchid. HEX triplet: AA, 24 and CE. RGB value is (170,36,206). Sum of RGB (Red+Green+Blue) = 170+36+206=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA24CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24CE is #55DB31. Grayscale: #5E5E5E. Windows color (decimal): -5626674 or 13509802. OLE color: 13509802.

HSL color Cylindrical-coordinate representation of color #AA24CE: hue angle of 287.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA24CE is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 36 206 -
CMYK 0.17 0.83 0 0.19
HSL 287.29º 0.7% 0.47% -
HSV(B) 287.29º 0.83% 0.81% -
XYZ 28.35 14.26 59.65 -
YUV 95.45 190.39 181.18 -
System Red Green Blue C M Y K H S L
Decimal 170 36 206 0.17 0.83 0 0.19 287.29 0.7 0.47
Hex AA 24 CE 11 53 0 13 11F 46 2F
Octal 252 44 316 21 123 0 23 437 106 57
Binary 10101010 100100 11001110 10001 1010011 0 10011 100011111 1000110 101111

Color Harmonies of #AA24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24CE

Black with #AA24CE

Text Example


Text Example

White with #AA24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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