Html Css Color HEX #AA01FD Electric Purple

📋 copy color: '#AA01FD'

red 170 ◦ green 1 ◦ blue 253

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

Shades of Electric Purple #AA01FD

Tints of Electric Purple #AA01FD

RGB

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

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

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

R = 40.09%
G = 0.24%
B = 59.67%

CMYK

 C value IS 0.33

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA01FD (or 0xAA01FD) is known color: Electric Purple. HEX triplet: AA, 01 and FD. RGB value is (170,1,253). Sum of RGB (Red+Green+Blue) = 170+1+253=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA01FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA01FD is #55FE02. Grayscale: #4F4F4F. Windows color (decimal): -5635587 or 16581034. OLE color: 16581034.

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

Color convert

RGB 170 1 253 -
CMYK 0.33 1.00 0 0.01
HSL 280.24º 0.99% 0.5% -
HSV(B) 280.24º 1% 0.99% -
XYZ 34.32 15.66 94.14 -
YUV 80.26 225.49 192.01 -
System Red Green Blue C M Y K H S L
Decimal 170 1 253 0.33 1.00 0 0.01 280.24 0.99 0.5
Hex AA 1 FD 21 64 0 1 118 63 32
Octal 252 1 375 41 144 0 1 430 143 62
Binary 10101010 1 11111101 100001 1100100 0 1 100011000 1100011 110010

Color Harmonies of #AA01FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01FD

Black with #AA01FD

Text Example


Text Example

White with #AA01FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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