Html Css Color HEX #AA24ED Blue Violet

📋 copy color: '#AA24ED'

red 170 ◦ green 36 ◦ blue 237

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

Shades of Blue Violet #AA24ED

Tints of Blue Violet #AA24ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 38.37%
G = 8.13%
B = 53.5%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA24ED (or 0xAA24ED) is known color: Blue Violet. HEX triplet: AA, 24 and ED. RGB value is (170,36,237). Sum of RGB (Red+Green+Blue) = 170+36+237=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA24ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA24ED is #55DB12. Grayscale: #626262. Windows color (decimal): -5626643 or 15541418. OLE color: 15541418.

HSL color Cylindrical-coordinate representation of color #AA24ED: hue angle of 280º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA24ED is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 36 237 -
CMYK 0.28 0.85 0 0.07
HSL 280º 0.85% 0.54% -
HSV(B) 280º 0.85% 0.93% -
XYZ 32.49 15.92 81.48 -
YUV 98.98 205.89 178.66 -
System Red Green Blue C M Y K H S L
Decimal 170 36 237 0.28 0.85 0 0.07 280 0.85 0.54
Hex AA 24 ED 1C 55 0 7 118 55 36
Octal 252 44 355 34 125 0 7 430 125 66
Binary 10101010 100100 11101101 11100 1010101 0 111 100011000 1010101 110110

Color Harmonies of #AA24ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24ED

Black with #AA24ED

Text Example


Text Example

White with #AA24ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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