Html Css Color HEX #AA01FF Electric Purple

📋 copy color: '#AA01FF'

red 170 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #AA01FF

Tints of Electric Purple #AA01FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.86%

R = 39.91%
G = 0.23%
B = 59.86%

CMYK

 C value IS 0.33

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA01FF (or 0xAA01FF) is known color: Electric Purple. HEX triplet: AA, 01 and FF. RGB value is (170,1,255). Sum of RGB (Red+Green+Blue) = 170+1+255=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA01FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA01FF is #55FE00. Grayscale: #4F4F4F. Windows color (decimal): -5635585 or 16712106. OLE color: 16712106.

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

Color convert

RGB 170 1 255 -
CMYK 0.33 1.00 0 0
HSL 279.92º 1% 0.5% -
HSV(B) 279.92º 1% 1% -
XYZ 34.64 15.79 95.83 -
YUV 80.49 226.49 191.85 -
System Red Green Blue C M Y K H S L
Decimal 170 1 255 0.33 1.00 0 0 279.92 1 0.5
Hex AA 1 FF 21 64 0 0 118 64 32
Octal 252 1 377 41 144 0 0 430 144 62
Binary 10101010 1 11111111 100001 1100100 0 0 100011000 1100100 110010

Color Harmonies of #AA01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01FF

Black with #AA01FF

Text Example


Text Example

White with #AA01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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