Html Css Color HEX #AA11FE Electric Purple

📋 copy color: '#AA11FE'

red 170 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #AA11FE

Tints of Electric Purple #AA11FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.85%

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

R = 38.55%
G = 3.85%
B = 57.6%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA11FE (or 0xAA11FE) is known color: Electric Purple. HEX triplet: AA, 11 and FE. RGB value is (170,17,254). Sum of RGB (Red+Green+Blue) = 170+17+254=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA11FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA11FE is #55EE01. Grayscale: #585858. Windows color (decimal): -5631490 or 16650666. OLE color: 16650666.

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

Color convert

RGB 170 17 254 -
CMYK 0.33 0.93 0 0.00
HSL 278.73º 0.99% 0.53% -
HSV(B) 278.73º 0.93% 1% -
XYZ 34.67 16.1 95.05 -
YUV 89.77 220.69 185.23 -
System Red Green Blue C M Y K H S L
Decimal 170 17 254 0.33 0.93 0 0.00 278.73 0.99 0.53
Hex AA 11 FE 21 5D 0 0 117 63 35
Octal 252 21 376 41 135 0 0 427 143 65
Binary 10101010 10001 11111110 100001 1011101 0 0 100010111 1100011 110101

Color Harmonies of #AA11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11FE

Black with #AA11FE

Text Example


Text Example

White with #AA11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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