Html Css Color HEX #AA03EC Electric Purple

📋 copy color: '#AA03EC'

red 170 ◦ green 3 ◦ blue 236

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

Shades of Electric Purple #AA03EC

Tints of Electric Purple #AA03EC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 236 (92.58% from 255) = 57.7%

R = 41.56%
G = 0.73%
B = 57.7%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA03EC (or 0xAA03EC) is known color: Electric Purple. HEX triplet: AA, 03 and EC. RGB value is (170,3,236). Sum of RGB (Red+Green+Blue) = 170+3+236=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA03EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA03EC is #55FC13. Grayscale: #4E4E4E. Windows color (decimal): -5635092 or 15467434. OLE color: 15467434.

HSL color Cylindrical-coordinate representation of color #AA03EC: hue angle of 283º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03EC is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 3 236 -
CMYK 0.28 0.99 0 0.07
HSL 283º 0.97% 0.47% -
HSV(B) 283º 0.99% 0.93% -
XYZ 31.75 14.67 80.51 -
YUV 79.5 216.33 192.55 -
System Red Green Blue C M Y K H S L
Decimal 170 3 236 0.28 0.99 0 0.07 283 0.97 0.47
Hex AA 3 EC 1C 63 0 7 11B 61 2F
Octal 252 3 354 34 143 0 7 433 141 57
Binary 10101010 11 11101100 11100 1100011 0 111 100011011 1100001 101111

Color Harmonies of #AA03EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03EC

Black with #AA03EC

Text Example


Text Example

White with #AA03EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03EC; }

 p { color: rgb(170,3,236); }

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

background-color css

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

 a { background-color: rgb(170,3,236); }

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

border-color css

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

 span { border-color: rgb(170,3,236); }

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