Html Css Color HEX #AA0FF9 Electric Purple

📋 copy color: '#AA0FF9'

red 170 ◦ green 15 ◦ blue 249

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

Shades of Electric Purple #AA0FF9

Tints of Electric Purple #AA0FF9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.46%

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

R = 39.17%
G = 3.46%
B = 57.37%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA0FF9 (or 0xAA0FF9) is known color: Electric Purple. HEX triplet: AA, 0F and F9. RGB value is (170,15,249). Sum of RGB (Red+Green+Blue) = 170+15+249=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 249 (97.66% from 255 or 57.37% from 434); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA0FF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0FF9 is #55F006. Grayscale: #575757. Windows color (decimal): -5632007 or 16322474. OLE color: 16322474.

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

Color convert

RGB 170 15 249 -
CMYK 0.32 0.94 0 0.02
HSL 279.74º 0.95% 0.52% -
HSV(B) 279.74º 0.94% 0.98% -
XYZ 33.85 15.73 90.87 -
YUV 88.02 218.85 186.47 -
System Red Green Blue C M Y K H S L
Decimal 170 15 249 0.32 0.94 0 0.02 279.74 0.95 0.52
Hex AA F F9 20 5E 0 2 118 5F 34
Octal 252 17 371 40 136 0 2 430 137 64
Binary 10101010 1111 11111001 100000 1011110 0 10 100011000 1011111 110100

Color Harmonies of #AA0FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FF9

Black with #AA0FF9

Text Example


Text Example

White with #AA0FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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