Html Css Color HEX #AA19ED Electric Purple

📋 copy color: '#AA19ED'

red 170 ◦ green 25 ◦ blue 237

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

Shades of Electric Purple #AA19ED

Tints of Electric Purple #AA19ED

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.79%

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

R = 39.35%
G = 5.79%
B = 54.86%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA19ED (or 0xAA19ED) is known color: Electric Purple. HEX triplet: AA, 19 and ED. RGB value is (170,25,237). Sum of RGB (Red+Green+Blue) = 170+25+237=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA19ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19ED is #55E612. Grayscale: #5B5B5B. Windows color (decimal): -5629459 or 15538602. OLE color: 15538602.

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

Color convert

RGB 170 25 237 -
CMYK 0.28 0.89 0 0.07
HSL 281.04º 0.85% 0.51% -
HSV(B) 281.04º 0.89% 0.93% -
XYZ 32.21 15.36 81.39 -
YUV 92.52 209.54 183.26 -
System Red Green Blue C M Y K H S L
Decimal 170 25 237 0.28 0.89 0 0.07 281.04 0.85 0.51
Hex AA 19 ED 1C 59 0 7 119 55 33
Octal 252 31 355 34 131 0 7 431 125 63
Binary 10101010 11001 11101101 11100 1011001 0 111 100011001 1010101 110011

Color Harmonies of #AA19ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19ED

Black with #AA19ED

Text Example


Text Example

White with #AA19ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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