Html Css Color HEX #AA0EFF Electric Purple

📋 copy color: '#AA0EFF'

red 170 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #AA0EFF

Tints of Electric Purple #AA0EFF

RGB

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

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

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

R = 38.72%
G = 3.19%
B = 58.09%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA0EFF (or 0xAA0EFF) is known color: Electric Purple. HEX triplet: AA, 0E and FF. RGB value is (170,14,255). Sum of RGB (Red+Green+Blue) = 170+14+255=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA0EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0EFF is #55F100. Grayscale: #575757. Windows color (decimal): -5632257 or 16715434. OLE color: 16715434.

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

Color convert

RGB 170 14 255 -
CMYK 0.33 0.95 0 0
HSL 278.84º 1% 0.53% -
HSV(B) 278.84º 0.95% 1% -
XYZ 34.78 16.08 95.88 -
YUV 88.12 222.18 186.4 -
System Red Green Blue C M Y K H S L
Decimal 170 14 255 0.33 0.95 0 0 278.84 1 0.53
Hex AA E FF 21 5F 0 0 117 64 35
Octal 252 16 377 41 137 0 0 427 144 65
Binary 10101010 1110 11111111 100001 1011111 0 0 100010111 1100100 110101

Color Harmonies of #AA0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0EFF

Black with #AA0EFF

Text Example


Text Example

White with #AA0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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