Html Css Color HEX #AA09FA Electric Purple

📋 copy color: '#AA09FA'

red 170 ◦ green 9 ◦ blue 250

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

Shades of Electric Purple #AA09FA

Tints of Electric Purple #AA09FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.28%

R = 39.63%
G = 2.1%
B = 58.28%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA09FA (or 0xAA09FA) is known color: Electric Purple. HEX triplet: AA, 09 and FA. RGB value is (170,9,250). Sum of RGB (Red+Green+Blue) = 170+9+250=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA09FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA09FA is #55F605. Grayscale: #535353. Windows color (decimal): -5633542 or 16386474. OLE color: 16386474.

HSL color Cylindrical-coordinate representation of color #AA09FA: hue angle of 280.08º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA09FA is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 9 250 -
CMYK 0.32 0.96 0 0.02
HSL 280.08º 0.96% 0.51% -
HSV(B) 280.08º 0.96% 0.98% -
XYZ 33.93 15.64 91.67 -
YUV 84.61 221.34 188.9 -
System Red Green Blue C M Y K H S L
Decimal 170 9 250 0.32 0.96 0 0.02 280.08 0.96 0.51
Hex AA 9 FA 20 60 0 2 118 60 33
Octal 252 11 372 40 140 0 2 430 140 63
Binary 10101010 1001 11111010 100000 1100000 0 10 100011000 1100000 110011

Color Harmonies of #AA09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09FA

Black with #AA09FA

Text Example


Text Example

White with #AA09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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