Html Css Color HEX #AA15EE Electric Purple

📋 copy color: '#AA15EE'

red 170 ◦ green 21 ◦ blue 238

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

Shades of Electric Purple #AA15EE

Tints of Electric Purple #AA15EE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.9%

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

R = 39.63%
G = 4.9%
B = 55.48%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA15EE (or 0xAA15EE) is known color: Electric Purple. HEX triplet: AA, 15 and EE. RGB value is (170,21,238). Sum of RGB (Red+Green+Blue) = 170+21+238=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA15EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA15EE is #55EA11. Grayscale: #595959. Windows color (decimal): -5630482 or 15603114. OLE color: 15603114.

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

Color convert

RGB 170 21 238 -
CMYK 0.29 0.91 0 0.07
HSL 281.2º 0.86% 0.51% -
HSV(B) 281.2º 0.91% 0.93% -
XYZ 32.28 15.26 82.13 -
YUV 90.29 211.36 184.86 -
System Red Green Blue C M Y K H S L
Decimal 170 21 238 0.29 0.91 0 0.07 281.2 0.86 0.51
Hex AA 15 EE 1D 5B 0 7 119 56 33
Octal 252 25 356 35 133 0 7 431 126 63
Binary 10101010 10101 11101110 11101 1011011 0 111 100011001 1010110 110011

Color Harmonies of #AA15EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15EE

Black with #AA15EE

Text Example


Text Example

White with #AA15EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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