Html Css Color HEX #AA0AF9 Electric Purple

📋 copy color: '#AA0AF9'

red 170 ◦ green 10 ◦ blue 249

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

Shades of Electric Purple #AA0AF9

Tints of Electric Purple #AA0AF9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.33%

 BLUE value IS 249 (97.66% from 255) = 58.04%

R = 39.63%
G = 2.33%
B = 58.04%

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

#AA0AF9 (or 0xAA0AF9) is known color: Electric Purple. HEX triplet: AA, 0A and F9. RGB value is (170,10,249). Sum of RGB (Red+Green+Blue) = 170+10+249=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA0AF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0AF9 is #55F506. Grayscale: #545454. Windows color (decimal): -5633287 or 16321194. OLE color: 16321194.

HSL color Cylindrical-coordinate representation of color #AA0AF9: hue angle of 280.17º degrees, saturation: 0.95, 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 #AA0AF9 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 10 249 -
CMYK 0.32 0.96 0 0.02
HSL 280.17º 0.95% 0.51% -
HSV(B) 280.17º 0.96% 0.98% -
XYZ 33.78 15.6 90.85 -
YUV 85.09 220.51 188.57 -
System Red Green Blue C M Y K H S L
Decimal 170 10 249 0.32 0.96 0 0.02 280.17 0.95 0.51
Hex AA A F9 20 60 0 2 118 5F 33
Octal 252 12 371 40 140 0 2 430 137 63
Binary 10101010 1010 11111001 100000 1100000 0 10 100011000 1011111 110011

Color Harmonies of #AA0AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0AF9

Black with #AA0AF9

Text Example


Text Example

White with #AA0AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0AF9; }

 p { color: rgb(170,10,249); }

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

background-color css

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

 a { background-color: rgb(170,10,249); }

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

border-color css

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

 span { border-color: rgb(170,10,249); }

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