Html Css Color HEX #AA01FA Electric Purple

📋 copy color: '#AA01FA'

red 170 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #AA01FA

Tints of Electric Purple #AA01FA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 250 (98.05% from 255) = 59.38%

R = 40.38%
G = 0.24%
B = 59.38%

CMYK

 C value IS 0.32

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA01FA (or 0xAA01FA) is known color: Electric Purple. HEX triplet: AA, 01 and FA. RGB value is (170,1,250). Sum of RGB (Red+Green+Blue) = 170+1+250=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA01FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA01FA is #55FE05. Grayscale: #4F4F4F. Windows color (decimal): -5635590 or 16384426. OLE color: 16384426.

HSL color Cylindrical-coordinate representation of color #AA01FA: hue angle of 280.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01FA is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 1 250 -
CMYK 0.32 1.00 0 0.02
HSL 280.72º 0.99% 0.49% -
HSV(B) 280.72º 1% 0.98% -
XYZ 33.84 15.47 91.64 -
YUV 79.92 223.99 192.25 -
System Red Green Blue C M Y K H S L
Decimal 170 1 250 0.32 1.00 0 0.02 280.72 0.99 0.49
Hex AA 1 FA 20 64 0 2 119 63 31
Octal 252 1 372 40 144 0 2 431 143 61
Binary 10101010 1 11111010 100000 1100100 0 10 100011001 1100011 110001

Color Harmonies of #AA01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01FA

Black with #AA01FA

Text Example


Text Example

White with #AA01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01FA; }

 p { color: rgb(170,1,250); }

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

background-color css

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

 a { background-color: rgb(170,1,250); }

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

border-color css

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

 span { border-color: rgb(170,1,250); }

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