Html Css Color HEX #AA11FF Electric Purple

📋 copy color: '#AA11FF'

red 170 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #AA11FF

Tints of Electric Purple #AA11FF

RGB

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

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

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

R = 38.46%
G = 3.85%
B = 57.69%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA11FF (or 0xAA11FF) is known color: Electric Purple. HEX triplet: AA, 11 and FF. RGB value is (170,17,255). Sum of RGB (Red+Green+Blue) = 170+17+255=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA11FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA11FF is #55EE00. Grayscale: #595959. Windows color (decimal): -5631489 or 16716202. OLE color: 16716202.

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

Color convert

RGB 170 17 255 -
CMYK 0.33 0.93 0 0
HSL 278.57º 1% 0.53% -
HSV(B) 278.57º 0.93% 1% -
XYZ 34.83 16.17 95.89 -
YUV 89.88 221.19 185.15 -
System Red Green Blue C M Y K H S L
Decimal 170 17 255 0.33 0.93 0 0 278.57 1 0.53
Hex AA 11 FF 21 5D 0 0 117 64 35
Octal 252 21 377 41 135 0 0 427 144 65
Binary 10101010 10001 11111111 100001 1011101 0 0 100010111 1100100 110101

Color Harmonies of #AA11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11FF

Black with #AA11FF

Text Example


Text Example

White with #AA11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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