Html Css Color HEX #AA04F9 Electric Purple

📋 copy color: '#AA04F9'

red 170 ◦ green 4 ◦ blue 249

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

Shades of Electric Purple #AA04F9

Tints of Electric Purple #AA04F9

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.95%

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

R = 40.19%
G = 0.95%
B = 58.87%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA04F9 (or 0xAA04F9) is known color: Electric Purple. HEX triplet: AA, 04 and F9. RGB value is (170,4,249). Sum of RGB (Red+Green+Blue) = 170+4+249=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA04F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04F9 is #55FB06. Grayscale: #505050. Windows color (decimal): -5634823 or 16319658. OLE color: 16319658.

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

Color convert

RGB 170 4 249 -
CMYK 0.32 0.98 0 0.02
HSL 280.65º 0.97% 0.5% -
HSV(B) 280.65º 0.98% 0.98% -
XYZ 33.72 15.47 90.83 -
YUV 81.56 222.5 191.08 -
System Red Green Blue C M Y K H S L
Decimal 170 4 249 0.32 0.98 0 0.02 280.65 0.97 0.5
Hex AA 4 F9 20 62 0 2 119 61 32
Octal 252 4 371 40 142 0 2 431 141 62
Binary 10101010 100 11111001 100000 1100010 0 10 100011001 1100001 110010

Color Harmonies of #AA04F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04F9

Black with #AA04F9

Text Example


Text Example

White with #AA04F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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