#AA17FC

Color #AA17FC Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AA17FC

Tints of Electric Purple #AA17FC

Color information

#AA17FC (or 0xAA17FC) is unknown color: approx Electric Purple. HEX triplet: AA, 17 and FC. RGB value is (170,23,252). Sum of RGB (Red+Green+Blue) = 170+23+252=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA17FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA17FC is #55E803. Grayscale: #5C5C5C. Windows color (decimal): -5629956 or 16521130. OLE color: 16521130.

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

Color convert

RGB17023252-
CMYK0.330.9100.01
HSL278.52º97.45%53.92%-
HSV(B)278.52º90.87%98.82%-
XYZ34.4516.1993.4-
YUV93.06217.7182.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 23 (9.38% from 255) = 5.17%
BLUE value IS 252 (98.83% from 255) = 56.63%
R=38.20%
G=5.17%
B=56.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal170232520.330.9100.01278.5297.4553.92
HexAA17FC215B011176136
Octal25227374411330142714166
Binary1010101010111111111001000011011011011000101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA17FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA17FC; }

 p { color: rgb(170,23,252); }

 H1.HeaderClassName
 {
   color: #AA17FC;
 }
 .AnyTagClassName
 {
   color: #AA17FC;
 }
</style>
background-color css

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

 a { background-color: rgb(170,23,252); }

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

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

 span { border-color: rgb(170,23,252); }

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