Html Css Color HEX #AA04FD Electric Purple

📋 copy color: '#AA04FD'

red 170 ◦ green 4 ◦ blue 253

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

Shades of Electric Purple #AA04FD

Tints of Electric Purple #AA04FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.25%

R = 39.81%
G = 0.94%
B = 59.25%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA04FD (or 0xAA04FD) is known color: Electric Purple. HEX triplet: AA, 04 and FD. RGB value is (170,4,253). Sum of RGB (Red+Green+Blue) = 170+4+253=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA04FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04FD is #55FB02. Grayscale: #515151. Windows color (decimal): -5634819 or 16581802. OLE color: 16581802.

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

Color convert

RGB 170 4 253 -
CMYK 0.33 0.98 0 0.01
HSL 280º 0.98% 0.5% -
HSV(B) 280º 0.98% 0.99% -
XYZ 34.35 15.72 94.15 -
YUV 82.02 224.5 190.75 -
System Red Green Blue C M Y K H S L
Decimal 170 4 253 0.33 0.98 0 0.01 280 0.98 0.5
Hex AA 4 FD 21 62 0 1 118 62 32
Octal 252 4 375 41 142 0 1 430 142 62
Binary 10101010 100 11111101 100001 1100010 0 1 100011000 1100010 110010

Color Harmonies of #AA04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04FD

Black with #AA04FD

Text Example


Text Example

White with #AA04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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