#AF19EC

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

Shades of Electric Purple #AF19EC

Tints of Electric Purple #AF19EC

Color information

#AF19EC (or 0xAF19EC) is unknown color: approx Electric Purple. HEX triplet: AF, 19 and EC. RGB value is (175,25,236). Sum of RGB (Red+Green+Blue) = 175+25+236=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF19EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19EC is #50E613. Grayscale: #5D5D5D. Windows color (decimal): -5301780 or 15473071. OLE color: 15473071.

HSL color Cylindrical-coordinate representation of color #AF19EC: hue angle of 282.65º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF19EC is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17525236-
CMYK0.260.8900.07
HSL282.65º84.74%51.18%-
HSV(B)282.65º89.41%92.55%-
XYZ33.1715.8780.67-
YUV93.9208.2185.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 25 (10.16% from 255) = 5.73%
BLUE value IS 236 (92.58% from 255) = 54.13%
R=40.14%
G=5.73%
B=54.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175252360.260.8900.07282.6584.7451.18
HexAF19EC1A590711b5533
Octal25731354321310743312563
Binary10101111110011110110011010101100101111000110111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF19EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF19EC; }

 p { color: rgb(175,25,236); }

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

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

 a { background-color: rgb(175,25,236); }

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

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

 span { border-color: rgb(175,25,236); }

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