Html Css Color HEX #AA09EE Electric Purple

📋 copy color: '#AA09EE'

red 170 ◦ green 9 ◦ blue 238

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

Shades of Electric Purple #AA09EE

Tints of Electric Purple #AA09EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.07%

R = 40.77%
G = 2.16%
B = 57.07%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA09EE (or 0xAA09EE) is known color: Electric Purple. HEX triplet: AA, 09 and EE. RGB value is (170,9,238). Sum of RGB (Red+Green+Blue) = 170+9+238=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA09EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA09EE is #55F611. Grayscale: #525252. Windows color (decimal): -5633554 or 15600042. OLE color: 15600042.

HSL color Cylindrical-coordinate representation of color #AA09EE: hue angle of 282.18º 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 #AA09EE is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 9 238 -
CMYK 0.29 0.96 0 0.07
HSL 282.18º 0.93% 0.48% -
HSV(B) 282.18º 0.96% 0.93% -
XYZ 32.11 14.91 82.08 -
YUV 83.25 215.34 189.88 -
System Red Green Blue C M Y K H S L
Decimal 170 9 238 0.29 0.96 0 0.07 282.18 0.93 0.48
Hex AA 9 EE 1D 60 0 7 11A 5D 30
Octal 252 11 356 35 140 0 7 432 135 60
Binary 10101010 1001 11101110 11101 1100000 0 111 100011010 1011101 110000

Color Harmonies of #AA09EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09EE

Black with #AA09EE

Text Example


Text Example

White with #AA09EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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