Html Css Color HEX #AA03EB Electric Purple

📋 copy color: '#AA03EB'

red 170 ◦ green 3 ◦ blue 235

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

Shades of Electric Purple #AA03EB

Tints of Electric Purple #AA03EB

RGB

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

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

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

R = 41.67%
G = 0.74%
B = 57.6%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA03EB (or 0xAA03EB) is known color: Electric Purple. HEX triplet: AA, 03 and EB. RGB value is (170,3,235). Sum of RGB (Red+Green+Blue) = 170+3+235=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA03EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA03EB is #55FC14. Grayscale: #4E4E4E. Windows color (decimal): -5635093 or 15401898. OLE color: 15401898.

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

Color convert

RGB 170 3 235 -
CMYK 0.28 0.99 0 0.08
HSL 283.19º 0.97% 0.47% -
HSV(B) 283.19º 0.99% 0.92% -
XYZ 31.61 14.61 79.75 -
YUV 79.38 215.83 192.64 -
System Red Green Blue C M Y K H S L
Decimal 170 3 235 0.28 0.99 0 0.08 283.19 0.97 0.47
Hex AA 3 EB 1C 63 0 8 11B 61 2F
Octal 252 3 353 34 143 0 10 433 141 57
Binary 10101010 11 11101011 11100 1100011 0 1000 100011011 1100001 101111

Color Harmonies of #AA03EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03EB

Black with #AA03EB

Text Example


Text Example

White with #AA03EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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