Html Css Color HEX #AA03ED Electric Purple

📋 copy color: '#AA03ED'

red 170 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #AA03ED

Tints of Electric Purple #AA03ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.8%

R = 41.46%
G = 0.73%
B = 57.8%

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

#AA03ED (or 0xAA03ED) is known color: Electric Purple. HEX triplet: AA, 03 and ED. RGB value is (170,3,237). Sum of RGB (Red+Green+Blue) = 170+3+237=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA03ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA03ED is #55FC12. Grayscale: #4E4E4E. Windows color (decimal): -5635091 or 15532970. OLE color: 15532970.

HSL color Cylindrical-coordinate representation of color #AA03ED: hue angle of 282.82º degrees, saturation: 0.98, 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 #AA03ED is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 3 237 -
CMYK 0.28 0.99 0 0.07
HSL 282.82º 0.98% 0.47% -
HSV(B) 282.82º 0.99% 0.93% -
XYZ 31.9 14.73 81.28 -
YUV 79.61 216.83 192.47 -
System Red Green Blue C M Y K H S L
Decimal 170 3 237 0.28 0.99 0 0.07 282.82 0.98 0.47
Hex AA 3 ED 1C 63 0 7 11B 62 2F
Octal 252 3 355 34 143 0 7 433 142 57
Binary 10101010 11 11101101 11100 1100011 0 111 100011011 1100010 101111

Color Harmonies of #AA03ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03ED

Black with #AA03ED

Text Example


Text Example

White with #AA03ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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