#A917FC

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

Shades of Electric Purple #A917FC

Tints of Electric Purple #A917FC

Color information

#A917FC (or 0xA917FC) is unknown color: approx Electric Purple. HEX triplet: A9, 17 and FC. RGB value is (169,23,252). Sum of RGB (Red+Green+Blue) = 169+23+252=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #A917FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A917FC is #56E803. Grayscale: #5B5B5B. Windows color (decimal): -5695492 or 16521129. OLE color: 16521129.

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

Color convert

RGB16923252-
CMYK0.330.9100.01
HSL278.25º97.45%53.92%-
HSV(B)278.25º90.87%98.82%-
XYZ34.2416.0893.39-
YUV92.76217.87182.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 23 (9.38% from 255) = 5.18%
BLUE value IS 252 (98.83% from 255) = 56.76%
R=38.06%
G=5.18%
B=56.76%

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
Decimal169232520.330.9100.01278.2597.4553.92
HexA917FC215B011166136
Octal25127374411330142614166
Binary1010100110111111111001000011011011011000101101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A917FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A917FC; }

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

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

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

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

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

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

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

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