Html Css Color HEX #AA03FD Electric Purple

📋 copy color: '#AA03FD'

red 170 ◦ green 3 ◦ blue 253

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

Shades of Electric Purple #AA03FD

Tints of Electric Purple #AA03FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.39%

R = 39.91%
G = 0.7%
B = 59.39%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA03FD (or 0xAA03FD) is known color: Electric Purple. HEX triplet: AA, 03 and FD. RGB value is (170,3,253). Sum of RGB (Red+Green+Blue) = 170+3+253=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA03FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA03FD is #55FC02. Grayscale: #505050. Windows color (decimal): -5635075 or 16581546. OLE color: 16581546.

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

Color convert

RGB 170 3 253 -
CMYK 0.33 0.99 0 0.01
HSL 280.08º 0.98% 0.5% -
HSV(B) 280.08º 0.99% 0.99% -
XYZ 34.34 15.7 94.15 -
YUV 81.43 224.83 191.17 -
System Red Green Blue C M Y K H S L
Decimal 170 3 253 0.33 0.99 0 0.01 280.08 0.98 0.5
Hex AA 3 FD 21 63 0 1 118 62 32
Octal 252 3 375 41 143 0 1 430 142 62
Binary 10101010 11 11111101 100001 1100011 0 1 100011000 1100010 110010

Color Harmonies of #AA03FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03FD

Black with #AA03FD

Text Example


Text Example

White with #AA03FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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