Html Css Color HEX #AA19EE Electric Purple

📋 copy color: '#AA19EE'

red 170 ◦ green 25 ◦ blue 238

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

Shades of Electric Purple #AA19EE

Tints of Electric Purple #AA19EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.97%

R = 39.26%
G = 5.77%
B = 54.97%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA19EE (or 0xAA19EE) is known color: Electric Purple. HEX triplet: AA, 19 and EE. RGB value is (170,25,238). Sum of RGB (Red+Green+Blue) = 170+25+238=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA19EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19EE is #55E611. Grayscale: #5B5B5B. Windows color (decimal): -5629458 or 15604138. OLE color: 15604138.

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

Color convert

RGB 170 25 238 -
CMYK 0.29 0.89 0 0.07
HSL 280.85º 0.86% 0.52% -
HSV(B) 280.85º 0.89% 0.93% -
XYZ 32.36 15.41 82.16 -
YUV 92.64 210.04 183.18 -
System Red Green Blue C M Y K H S L
Decimal 170 25 238 0.29 0.89 0 0.07 280.85 0.86 0.52
Hex AA 19 EE 1D 59 0 7 119 56 34
Octal 252 31 356 35 131 0 7 431 126 64
Binary 10101010 11001 11101110 11101 1011001 0 111 100011001 1010110 110100

Color Harmonies of #AA19EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19EE

Black with #AA19EE

Text Example


Text Example

White with #AA19EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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