Html Css Color HEX #AA15EC Electric Purple

📋 copy color: '#AA15EC'

red 170 ◦ green 21 ◦ blue 236

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

Shades of Electric Purple #AA15EC

Tints of Electric Purple #AA15EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 39.81%
G = 4.92%
B = 55.27%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA15EC (or 0xAA15EC) is known color: Electric Purple. HEX triplet: AA, 15 and EC. RGB value is (170,21,236). Sum of RGB (Red+Green+Blue) = 170+21+236=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA15EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA15EC is #55EA13. Grayscale: #595959. Windows color (decimal): -5630484 or 15472042. OLE color: 15472042.

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

Color convert

RGB 170 21 236 -
CMYK 0.28 0.91 0 0.07
HSL 281.58º 0.85% 0.5% -
HSV(B) 281.58º 0.91% 0.93% -
XYZ 31.99 15.14 80.59 -
YUV 90.06 210.36 185.02 -
System Red Green Blue C M Y K H S L
Decimal 170 21 236 0.28 0.91 0 0.07 281.58 0.85 0.5
Hex AA 15 EC 1C 5B 0 7 11A 55 32
Octal 252 25 354 34 133 0 7 432 125 62
Binary 10101010 10101 11101100 11100 1011011 0 111 100011010 1010101 110010

Color Harmonies of #AA15EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15EC

Black with #AA15EC

Text Example


Text Example

White with #AA15EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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