Html Css Color HEX #AA19EB Electric Purple

📋 copy color: '#AA19EB'

red 170 ◦ green 25 ◦ blue 235

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

Shades of Electric Purple #AA19EB

Tints of Electric Purple #AA19EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 39.53%
G = 5.81%
B = 54.65%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA19EB (or 0xAA19EB) is known color: Electric Purple. HEX triplet: AA, 19 and EB. RGB value is (170,25,235). Sum of RGB (Red+Green+Blue) = 170+25+235=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA19EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19EB is #55E614. Grayscale: #5B5B5B. Windows color (decimal): -5629461 or 15407530. OLE color: 15407530.

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

Color convert

RGB 170 25 235 -
CMYK 0.28 0.89 0 0.08
HSL 281.43º 0.84% 0.51% -
HSV(B) 281.43º 0.89% 0.92% -
XYZ 31.92 15.24 79.86 -
YUV 92.3 208.54 183.42 -
System Red Green Blue C M Y K H S L
Decimal 170 25 235 0.28 0.89 0 0.08 281.43 0.84 0.51
Hex AA 19 EB 1C 59 0 8 119 54 33
Octal 252 31 353 34 131 0 10 431 124 63
Binary 10101010 11001 11101011 11100 1011001 0 1000 100011001 1010100 110011

Color Harmonies of #AA19EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19EB

Black with #AA19EB

Text Example


Text Example

White with #AA19EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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