Html Css Color HEX #AA11EB Electric Purple

📋 copy color: '#AA11EB'

red 170 ◦ green 17 ◦ blue 235

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

Shades of Electric Purple #AA11EB

Tints of Electric Purple #AA11EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.69%

R = 40.28%
G = 4.03%
B = 55.69%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA11EB (or 0xAA11EB) is known color: Electric Purple. HEX triplet: AA, 11 and EB. RGB value is (170,17,235). Sum of RGB (Red+Green+Blue) = 170+17+235=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA11EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA11EB is #55EE14. Grayscale: #565656. Windows color (decimal): -5631509 or 15405482. OLE color: 15405482.

HSL color Cylindrical-coordinate representation of color #AA11EB: hue angle of 282.11º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA11EB is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 17 235 -
CMYK 0.28 0.93 0 0.08
HSL 282.11º 0.87% 0.49% -
HSV(B) 282.11º 0.93% 0.92% -
XYZ 31.77 14.95 79.81 -
YUV 87.6 211.19 186.77 -
System Red Green Blue C M Y K H S L
Decimal 170 17 235 0.28 0.93 0 0.08 282.11 0.87 0.49
Hex AA 11 EB 1C 5D 0 8 11A 57 31
Octal 252 21 353 34 135 0 10 432 127 61
Binary 10101010 10001 11101011 11100 1011101 0 1000 100011010 1010111 110001

Color Harmonies of #AA11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11EB

Black with #AA11EB

Text Example


Text Example

White with #AA11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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