Html Css Color HEX #AA03FC Electric Purple

📋 copy color: '#AA03FC'

red 170 ◦ green 3 ◦ blue 252

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

Shades of Electric Purple #AA03FC

Tints of Electric Purple #AA03FC

RGB

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

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

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

R = 40%
G = 0.71%
B = 59.29%

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

#AA03FC (or 0xAA03FC) is known color: Electric Purple. HEX triplet: AA, 03 and FC. RGB value is (170,3,252). Sum of RGB (Red+Green+Blue) = 170+3+252=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA03FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA03FC is #55FC03. Grayscale: #505050. Windows color (decimal): -5635076 or 16516010. OLE color: 16516010.

HSL color Cylindrical-coordinate representation of color #AA03FC: hue angle of 280.24º 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 #AA03FC is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 3 252 -
CMYK 0.33 0.99 0 0.01
HSL 280.24º 0.98% 0.5% -
HSV(B) 280.24º 0.99% 0.99% -
XYZ 34.18 15.64 93.31 -
YUV 81.32 224.33 191.25 -
System Red Green Blue C M Y K H S L
Decimal 170 3 252 0.33 0.99 0 0.01 280.24 0.98 0.5
Hex AA 3 FC 21 63 0 1 118 62 32
Octal 252 3 374 41 143 0 1 430 142 62
Binary 10101010 11 11111100 100001 1100011 0 1 100011000 1100010 110010

Color Harmonies of #AA03FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03FC

Black with #AA03FC

Text Example


Text Example

White with #AA03FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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