Html Css Color HEX #AA15FE Electric Purple

📋 copy color: '#AA15FE'

red 170 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #AA15FE

Tints of Electric Purple #AA15FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.08%

R = 38.2%
G = 4.72%
B = 57.08%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA15FE (or 0xAA15FE) is known color: Electric Purple. HEX triplet: AA, 15 and FE. RGB value is (170,21,254). Sum of RGB (Red+Green+Blue) = 170+21+254=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA15FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA15FE is #55EA01. Grayscale: #5B5B5B. Windows color (decimal): -5630466 or 16651690. OLE color: 16651690.

HSL color Cylindrical-coordinate representation of color #AA15FE: hue angle of 278.37º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA15FE is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 21 254 -
CMYK 0.33 0.92 0 0.00
HSL 278.37º 0.99% 0.54% -
HSV(B) 278.37º 0.92% 1% -
XYZ 34.74 16.24 95.07 -
YUV 92.11 219.36 183.55 -
System Red Green Blue C M Y K H S L
Decimal 170 21 254 0.33 0.92 0 0.00 278.37 0.99 0.54
Hex AA 15 FE 21 5C 0 0 116 63 36
Octal 252 25 376 41 134 0 0 426 143 66
Binary 10101010 10101 11111110 100001 1011100 0 0 100010110 1100011 110110

Color Harmonies of #AA15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15FE

Black with #AA15FE

Text Example


Text Example

White with #AA15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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