Html Css Color HEX #AA00ED Electric Purple

📋 copy color: '#AA00ED'

red 170 ◦ green 0 ◦ blue 237

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

Shades of Electric Purple #AA00ED

Tints of Electric Purple #AA00ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.77%
G = 0%
B = 58.23%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA00ED (or 0xAA00ED) is known color: Electric Purple. HEX triplet: AA, 00 and ED. RGB value is (170,0,237). Sum of RGB (Red+Green+Blue) = 170+0+237=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA00ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA00ED is #55FF12. Grayscale: #4D4D4D. Windows color (decimal): -5635859 or 15532202. OLE color: 15532202.

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

Color convert

RGB 170 0 237 -
CMYK 0.28 1 0 0.07
HSL 283.04º 1% 0.46% -
HSV(B) 283.04º 1% 0.93% -
XYZ 31.86 14.66 81.27 -
YUV 77.85 217.82 193.73 -
System Red Green Blue C M Y K H S L
Decimal 170 0 237 0.28 1 0 0.07 283.04 1 0.46
Hex AA 0 ED 1C 64 0 7 11B 64 2E
Octal 252 0 355 34 144 0 7 433 144 56
Binary 10101010 0 11101101 11100 1100100 0 111 100011011 1100100 101110

Color Harmonies of #AA00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00ED

Black with #AA00ED

Text Example


Text Example

White with #AA00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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