Html Css Color HEX #AA10FF Electric Purple

📋 copy color: '#AA10FF'

red 170 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #AA10FF

Tints of Electric Purple #AA10FF

RGB

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

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

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

R = 38.55%
G = 3.63%
B = 57.82%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA10FF (or 0xAA10FF) is known color: Electric Purple. HEX triplet: AA, 10 and FF. RGB value is (170,16,255). Sum of RGB (Red+Green+Blue) = 170+16+255=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA10FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA10FF is #55EF00. Grayscale: #585858. Windows color (decimal): -5631745 or 16715946. OLE color: 16715946.

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

Color convert

RGB 170 16 255 -
CMYK 0.33 0.94 0 0
HSL 278.66º 1% 0.53% -
HSV(B) 278.66º 0.94% 1% -
XYZ 34.81 16.14 95.89 -
YUV 89.29 221.52 185.57 -
System Red Green Blue C M Y K H S L
Decimal 170 16 255 0.33 0.94 0 0 278.66 1 0.53
Hex AA 10 FF 21 5E 0 0 117 64 35
Octal 252 20 377 41 136 0 0 427 144 65
Binary 10101010 10000 11111111 100001 1011110 0 0 100010111 1100100 110101

Color Harmonies of #AA10FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10FF

Black with #AA10FF

Text Example


Text Example

White with #AA10FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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