Html Css Color HEX #AA10FE Electric Purple

📋 copy color: '#AA10FE'

red 170 ◦ green 16 ◦ blue 254

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

Shades of Electric Purple #AA10FE

Tints of Electric Purple #AA10FE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.64%

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

R = 38.64%
G = 3.64%
B = 57.73%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA10FE (or 0xAA10FE) is known color: Electric Purple. HEX triplet: AA, 10 and FE. RGB value is (170,16,254). Sum of RGB (Red+Green+Blue) = 170+16+254=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA10FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA10FE is #55EF01. Grayscale: #585858. Windows color (decimal): -5631746 or 16650410. OLE color: 16650410.

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

Color convert

RGB 170 16 254 -
CMYK 0.33 0.94 0 0.00
HSL 278.82º 0.99% 0.53% -
HSV(B) 278.82º 0.94% 1% -
XYZ 34.65 16.07 95.04 -
YUV 89.18 221.02 185.65 -
System Red Green Blue C M Y K H S L
Decimal 170 16 254 0.33 0.94 0 0.00 278.82 0.99 0.53
Hex AA 10 FE 21 5E 0 0 117 63 35
Octal 252 20 376 41 136 0 0 427 143 65
Binary 10101010 10000 11111110 100001 1011110 0 0 100010111 1100011 110101

Color Harmonies of #AA10FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10FE

Black with #AA10FE

Text Example


Text Example

White with #AA10FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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