Html Css Color HEX #AA09FF Electric Purple

📋 copy color: '#AA09FF'

red 170 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #AA09FF

Tints of Electric Purple #AA09FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 39.17%
G = 2.07%
B = 58.76%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA09FF (or 0xAA09FF) is known color: Electric Purple. HEX triplet: AA, 09 and FF. RGB value is (170,9,255). Sum of RGB (Red+Green+Blue) = 170+9+255=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA09FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA09FF is #55F600. Grayscale: #545454. Windows color (decimal): -5633537 or 16714154. OLE color: 16714154.

HSL color Cylindrical-coordinate representation of color #AA09FF: hue angle of 279.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA09FF is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 9 255 -
CMYK 0.33 0.96 0 0
HSL 279.27º 1% 0.52% -
HSV(B) 279.27º 0.96% 1% -
XYZ 34.73 15.96 95.86 -
YUV 85.18 223.84 188.5 -
System Red Green Blue C M Y K H S L
Decimal 170 9 255 0.33 0.96 0 0 279.27 1 0.52
Hex AA 9 FF 21 60 0 0 117 64 34
Octal 252 11 377 41 140 0 0 427 144 64
Binary 10101010 1001 11111111 100001 1100000 0 0 100010111 1100100 110100

Color Harmonies of #AA09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09FF

Black with #AA09FF

Text Example


Text Example

White with #AA09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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