Html Css Color HEX #AA0EEB Electric Purple

📋 copy color: '#AA0EEB'

red 170 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #AA0EEB

Tints of Electric Purple #AA0EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.34%

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

R = 40.57%
G = 3.34%
B = 56.09%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA0EEB (or 0xAA0EEB) is known color: Electric Purple. HEX triplet: AA, 0E and EB. RGB value is (170,14,235). Sum of RGB (Red+Green+Blue) = 170+14+235=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA0EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0EEB is #55F114. Grayscale: #555555. Windows color (decimal): -5632277 or 15404714. OLE color: 15404714.

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

Color convert

RGB 170 14 235 -
CMYK 0.28 0.94 0 0.08
HSL 282.35º 0.89% 0.49% -
HSV(B) 282.35º 0.94% 0.92% -
XYZ 31.73 14.86 79.79 -
YUV 85.84 212.18 188.03 -
System Red Green Blue C M Y K H S L
Decimal 170 14 235 0.28 0.94 0 0.08 282.35 0.89 0.49
Hex AA E EB 1C 5E 0 8 11A 59 31
Octal 252 16 353 34 136 0 10 432 131 61
Binary 10101010 1110 11101011 11100 1011110 0 1000 100011010 1011001 110001

Color Harmonies of #AA0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0EEB

Black with #AA0EEB

Text Example


Text Example

White with #AA0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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