Html Css Color HEX #AA04FE Electric Purple

📋 copy color: '#AA04FE'

red 170 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #AA04FE

Tints of Electric Purple #AA04FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.35%

R = 39.72%
G = 0.93%
B = 59.35%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA04FE (or 0xAA04FE) is known color: Electric Purple. HEX triplet: AA, 04 and FE. RGB value is (170,4,254). Sum of RGB (Red+Green+Blue) = 170+4+254=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA04FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04FE is #55FB01. Grayscale: #515151. Windows color (decimal): -5634818 or 16647338. OLE color: 16647338.

HSL color Cylindrical-coordinate representation of color #AA04FE: hue angle of 279.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04FE is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 4 254 -
CMYK 0.33 0.98 0 0.00
HSL 279.84º 0.99% 0.51% -
HSV(B) 279.84º 0.98% 1% -
XYZ 34.51 15.79 94.99 -
YUV 82.13 225 190.67 -
System Red Green Blue C M Y K H S L
Decimal 170 4 254 0.33 0.98 0 0.00 279.84 0.99 0.51
Hex AA 4 FE 21 62 0 0 118 63 33
Octal 252 4 376 41 142 0 0 430 143 63
Binary 10101010 100 11111110 100001 1100010 0 0 100011000 1100011 110011

Color Harmonies of #AA04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04FE

Black with #AA04FE

Text Example


Text Example

White with #AA04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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