Html Css Color HEX #AA15FF Electric Purple

📋 copy color: '#AA15FF'

red 170 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #AA15FF

Tints of Electric Purple #AA15FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.17%

R = 38.12%
G = 4.71%
B = 57.17%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA15FF (or 0xAA15FF) is known color: Electric Purple. HEX triplet: AA, 15 and FF. RGB value is (170,21,255). Sum of RGB (Red+Green+Blue) = 170+21+255=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA15FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA15FF is #55EA00. Grayscale: #5B5B5B. Windows color (decimal): -5630465 or 16717226. OLE color: 16717226.

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

Color convert

RGB 170 21 255 -
CMYK 0.33 0.92 0 0
HSL 278.21º 1% 0.54% -
HSV(B) 278.21º 0.92% 1% -
XYZ 34.9 16.3 95.92 -
YUV 92.23 219.86 183.47 -
System Red Green Blue C M Y K H S L
Decimal 170 21 255 0.33 0.92 0 0 278.21 1 0.54
Hex AA 15 FF 21 5C 0 0 116 64 36
Octal 252 25 377 41 134 0 0 426 144 66
Binary 10101010 10101 11111111 100001 1011100 0 0 100010110 1100100 110110

Color Harmonies of #AA15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15FF

Black with #AA15FF

Text Example


Text Example

White with #AA15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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