Html Css Color HEX #AA04F4 Electric Purple

📋 copy color: '#AA04F4'

red 170 ◦ green 4 ◦ blue 244

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

Shades of Electric Purple #AA04F4

Tints of Electric Purple #AA04F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 58.37%

R = 40.67%
G = 0.96%
B = 58.37%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA04F4 (or 0xAA04F4) is known color: Electric Purple. HEX triplet: AA, 04 and F4. RGB value is (170,4,244). Sum of RGB (Red+Green+Blue) = 170+4+244=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 244 (95.70% from 255 or 58.37% from 418); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA04F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04F4 is #55FB0B. Grayscale: #505050. Windows color (decimal): -5634828 or 15991978. OLE color: 15991978.

HSL color Cylindrical-coordinate representation of color #AA04F4: hue angle of 281.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04F4 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 4 244 -
CMYK 0.30 0.98 0 0.04
HSL 281.5º 0.97% 0.49% -
HSV(B) 281.5º 0.98% 0.96% -
XYZ 32.95 15.16 86.78 -
YUV 80.99 220 191.49 -
System Red Green Blue C M Y K H S L
Decimal 170 4 244 0.30 0.98 0 0.04 281.5 0.97 0.49
Hex AA 4 F4 1E 62 0 4 11A 61 31
Octal 252 4 364 36 142 0 4 432 141 61
Binary 10101010 100 11110100 11110 1100010 0 100 100011010 1100001 110001

Color Harmonies of #AA04F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04F4

Black with #AA04F4

Text Example


Text Example

White with #AA04F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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