Html Css Color HEX #AA05ED Electric Purple

📋 copy color: '#AA05ED'

red 170 ◦ green 5 ◦ blue 237

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

Shades of Electric Purple #AA05ED

Tints of Electric Purple #AA05ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 41.26%
G = 1.21%
B = 57.52%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA05ED (or 0xAA05ED) is known color: Electric Purple. HEX triplet: AA, 05 and ED. RGB value is (170,5,237). Sum of RGB (Red+Green+Blue) = 170+5+237=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA05ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA05ED is #55FA12. Grayscale: #505050. Windows color (decimal): -5634579 or 15533482. OLE color: 15533482.

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

Color convert

RGB 170 5 237 -
CMYK 0.28 0.98 0 0.07
HSL 282.67º 0.96% 0.47% -
HSV(B) 282.67º 0.98% 0.93% -
XYZ 31.92 14.77 81.29 -
YUV 80.78 216.16 191.64 -
System Red Green Blue C M Y K H S L
Decimal 170 5 237 0.28 0.98 0 0.07 282.67 0.96 0.47
Hex AA 5 ED 1C 62 0 7 11B 60 2F
Octal 252 5 355 34 142 0 7 433 140 57
Binary 10101010 101 11101101 11100 1100010 0 111 100011011 1100000 101111

Color Harmonies of #AA05ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05ED

Black with #AA05ED

Text Example


Text Example

White with #AA05ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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