Html Css Color HEX #AA04F8 Electric Purple

📋 copy color: '#AA04F8'

red 170 ◦ green 4 ◦ blue 248

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

Shades of Electric Purple #AA04F8

Tints of Electric Purple #AA04F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 58.77%

R = 40.28%
G = 0.95%
B = 58.77%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA04F8 (or 0xAA04F8) is known color: Electric Purple. HEX triplet: AA, 04 and F8. RGB value is (170,4,248). Sum of RGB (Red+Green+Blue) = 170+4+248=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 248 (97.27% from 255 or 58.77% from 422); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA04F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04F8 is #55FB07. Grayscale: #505050. Windows color (decimal): -5634824 or 16254122. OLE color: 16254122.

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

Color convert

RGB 170 4 248 -
CMYK 0.31 0.98 0 0.03
HSL 280.82º 0.97% 0.49% -
HSV(B) 280.82º 0.98% 0.97% -
XYZ 33.56 15.41 90.01 -
YUV 81.45 222 191.16 -
System Red Green Blue C M Y K H S L
Decimal 170 4 248 0.31 0.98 0 0.03 280.82 0.97 0.49
Hex AA 4 F8 1F 62 0 3 119 61 31
Octal 252 4 370 37 142 0 3 431 141 61
Binary 10101010 100 11111000 11111 1100010 0 11 100011001 1100001 110001

Color Harmonies of #AA04F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04F8

Black with #AA04F8

Text Example


Text Example

White with #AA04F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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