Html Css Color HEX #AA24E3 Dark Orchid

📋 copy color: '#AA24E3'

red 170 ◦ green 36 ◦ blue 227

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

Shades of Dark Orchid #AA24E3

Tints of Dark Orchid #AA24E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 52.42%

R = 39.26%
G = 8.31%
B = 52.42%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA24E3 (or 0xAA24E3) is known color: Dark Orchid. HEX triplet: AA, 24 and E3. RGB value is (170,36,227). Sum of RGB (Red+Green+Blue) = 170+36+227=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 227 (89.06% from 255 or 52.42% from 433); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA24E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24E3 is #55DB1C. Grayscale: #616161. Windows color (decimal): -5626653 or 14886058. OLE color: 14886058.

HSL color Cylindrical-coordinate representation of color #AA24E3: hue angle of 282.09º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA24E3 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 36 227 -
CMYK 0.25 0.84 0 0.11
HSL 282.09º 0.77% 0.52% -
HSV(B) 282.09º 0.84% 0.89% -
XYZ 31.07 15.35 74 -
YUV 97.84 200.89 179.47 -
System Red Green Blue C M Y K H S L
Decimal 170 36 227 0.25 0.84 0 0.11 282.09 0.77 0.52
Hex AA 24 E3 19 54 0 B 11A 4D 34
Octal 252 44 343 31 124 0 13 432 115 64
Binary 10101010 100100 11100011 11001 1010100 0 1011 100011010 1001101 110100

Color Harmonies of #AA24E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24E3

Black with #AA24E3

Text Example


Text Example

White with #AA24E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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