Html Css Color HEX #AA09ED Electric Purple

📋 copy color: '#AA09ED'

red 170 ◦ green 9 ◦ blue 237

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

Shades of Electric Purple #AA09ED

Tints of Electric Purple #AA09ED

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.16%

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

R = 40.87%
G = 2.16%
B = 56.97%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA09ED (or 0xAA09ED) is known color: Electric Purple. HEX triplet: AA, 09 and ED. RGB value is (170,9,237). Sum of RGB (Red+Green+Blue) = 170+9+237=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA09ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA09ED is #55F612. Grayscale: #525252. Windows color (decimal): -5633555 or 15534506. OLE color: 15534506.

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

Color convert

RGB 170 9 237 -
CMYK 0.28 0.96 0 0.07
HSL 282.37º 0.93% 0.48% -
HSV(B) 282.37º 0.96% 0.93% -
XYZ 31.96 14.86 81.3 -
YUV 83.13 214.84 189.96 -
System Red Green Blue C M Y K H S L
Decimal 170 9 237 0.28 0.96 0 0.07 282.37 0.93 0.48
Hex AA 9 ED 1C 60 0 7 11A 5D 30
Octal 252 11 355 34 140 0 7 432 135 60
Binary 10101010 1001 11101101 11100 1100000 0 111 100011010 1011101 110000

Color Harmonies of #AA09ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09ED

Black with #AA09ED

Text Example


Text Example

White with #AA09ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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