Html Css Color HEX #AA0EFC Electric Purple

📋 copy color: '#AA0EFC'

red 170 ◦ green 14 ◦ blue 252

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

Shades of Electric Purple #AA0EFC

Tints of Electric Purple #AA0EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.8%

R = 38.99%
G = 3.21%
B = 57.8%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA0EFC (or 0xAA0EFC) is known color: Electric Purple. HEX triplet: AA, 0E and FC. RGB value is (170,14,252). Sum of RGB (Red+Green+Blue) = 170+14+252=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA0EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0EFC is #55F103. Grayscale: #565656. Windows color (decimal): -5632260 or 16518826. OLE color: 16518826.

HSL color Cylindrical-coordinate representation of color #AA0EFC: hue angle of 279.33º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0EFC is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 14 252 -
CMYK 0.33 0.94 0 0.01
HSL 279.33º 0.98% 0.52% -
HSV(B) 279.33º 0.94% 0.99% -
XYZ 34.31 15.89 93.35 -
YUV 87.78 220.68 186.65 -
System Red Green Blue C M Y K H S L
Decimal 170 14 252 0.33 0.94 0 0.01 279.33 0.98 0.52
Hex AA E FC 21 5E 0 1 117 62 34
Octal 252 16 374 41 136 0 1 427 142 64
Binary 10101010 1110 11111100 100001 1011110 0 1 100010111 1100010 110100

Color Harmonies of #AA0EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0EFC

Black with #AA0EFC

Text Example


Text Example

White with #AA0EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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