Html Css Color HEX #AA01FE Electric Purple

📋 copy color: '#AA01FE'

red 170 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #AA01FE

Tints of Electric Purple #AA01FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.76%

R = 40%
G = 0.24%
B = 59.76%

CMYK

 C value IS 0.33

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA01FE (or 0xAA01FE) is known color: Electric Purple. HEX triplet: AA, 01 and FE. RGB value is (170,1,254). Sum of RGB (Red+Green+Blue) = 170+1+254=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA01FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA01FE is #55FE01. Grayscale: #4F4F4F. Windows color (decimal): -5635586 or 16646570. OLE color: 16646570.

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

Color convert

RGB 170 1 254 -
CMYK 0.33 1.00 0 0.00
HSL 280.08º 0.99% 0.5% -
HSV(B) 280.08º 1% 1% -
XYZ 34.48 15.72 94.98 -
YUV 80.37 225.99 191.93 -
System Red Green Blue C M Y K H S L
Decimal 170 1 254 0.33 1.00 0 0.00 280.08 0.99 0.5
Hex AA 1 FE 21 64 0 0 118 63 32
Octal 252 1 376 41 144 0 0 430 143 62
Binary 10101010 1 11111110 100001 1100100 0 0 100011000 1100011 110010

Color Harmonies of #AA01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01FE

Black with #AA01FE

Text Example


Text Example

White with #AA01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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