Html Css Color HEX #AA01ED Electric Purple

📋 copy color: '#AA01ED'

red 170 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #AA01ED

Tints of Electric Purple #AA01ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.09%

R = 41.67%
G = 0.25%
B = 58.09%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA01ED (or 0xAA01ED) is known color: Electric Purple. HEX triplet: AA, 01 and ED. RGB value is (170,1,237). Sum of RGB (Red+Green+Blue) = 170+1+237=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA01ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA01ED is #55FE12. Grayscale: #4D4D4D. Windows color (decimal): -5635603 or 15532458. OLE color: 15532458.

HSL color Cylindrical-coordinate representation of color #AA01ED: hue angle of 282.97º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01ED is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 1 237 -
CMYK 0.28 1.00 0 0.07
HSL 282.97º 0.99% 0.47% -
HSV(B) 282.97º 1% 0.93% -
XYZ 31.87 14.68 81.27 -
YUV 78.44 217.49 193.31 -
System Red Green Blue C M Y K H S L
Decimal 170 1 237 0.28 1.00 0 0.07 282.97 0.99 0.47
Hex AA 1 ED 1C 64 0 7 11B 63 2F
Octal 252 1 355 34 144 0 7 433 143 57
Binary 10101010 1 11101101 11100 1100100 0 111 100011011 1100011 101111

Color Harmonies of #AA01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01ED

Black with #AA01ED

Text Example


Text Example

White with #AA01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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