Html Css Color HEX #AA05FE Electric Purple

📋 copy color: '#AA05FE'

red 170 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #AA05FE

Tints of Electric Purple #AA05FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 39.63%
G = 1.17%
B = 59.21%

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

#AA05FE (or 0xAA05FE) is known color: Electric Purple. HEX triplet: AA, 05 and FE. RGB value is (170,5,254). Sum of RGB (Red+Green+Blue) = 170+5+254=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA05FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA05FE is #55FA01. Grayscale: #515151. Windows color (decimal): -5634562 or 16647594. OLE color: 16647594.

HSL color Cylindrical-coordinate representation of color #AA05FE: hue angle of 279.76º 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 #AA05FE is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 5 254 -
CMYK 0.33 0.98 0 0.00
HSL 279.76º 0.99% 0.51% -
HSV(B) 279.76º 0.98% 1% -
XYZ 34.52 15.81 95 -
YUV 82.72 224.66 190.25 -
System Red Green Blue C M Y K H S L
Decimal 170 5 254 0.33 0.98 0 0.00 279.76 0.99 0.51
Hex AA 5 FE 21 62 0 0 118 63 33
Octal 252 5 376 41 142 0 0 430 143 63
Binary 10101010 101 11111110 100001 1100010 0 0 100011000 1100011 110011

Color Harmonies of #AA05FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05FE

Black with #AA05FE

Text Example


Text Example

White with #AA05FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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