Html Css Color HEX #AA04FF Electric Purple

📋 copy color: '#AA04FF'

red 170 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #AA04FF

Tints of Electric Purple #AA04FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.44%

R = 39.63%
G = 0.93%
B = 59.44%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA04FF (or 0xAA04FF) is known color: Electric Purple. HEX triplet: AA, 04 and FF. RGB value is (170,4,255). Sum of RGB (Red+Green+Blue) = 170+4+255=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA04FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04FF is #55FB00. Grayscale: #515151. Windows color (decimal): -5634817 or 16712874. OLE color: 16712874.

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

Color convert

RGB 170 4 255 -
CMYK 0.33 0.98 0 0
HSL 279.68º 1% 0.51% -
HSV(B) 279.68º 0.98% 1% -
XYZ 34.67 15.85 95.84 -
YUV 82.25 225.5 190.59 -
System Red Green Blue C M Y K H S L
Decimal 170 4 255 0.33 0.98 0 0 279.68 1 0.51
Hex AA 4 FF 21 62 0 0 118 64 33
Octal 252 4 377 41 142 0 0 430 144 63
Binary 10101010 100 11111111 100001 1100010 0 0 100011000 1100100 110011

Color Harmonies of #AA04FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04FF

Black with #AA04FF

Text Example


Text Example

White with #AA04FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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