#AF19F0

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

Shades of Electric Purple #AF19F0

Tints of Electric Purple #AF19F0

Color information

#AF19F0 (or 0xAF19F0) is unknown color: approx Electric Purple. HEX triplet: AF, 19 and F0. RGB value is (175,25,240). Sum of RGB (Red+Green+Blue) = 175+25+240=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF19F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19F0 is #50E60F. Grayscale: #5D5D5D. Windows color (decimal): -5301776 or 15735215. OLE color: 15735215.

HSL color Cylindrical-coordinate representation of color #AF19F0: hue angle of 281.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF19F0 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17525240-
CMYK0.270.9000.06
HSL281.86º87.76%51.96%-
HSV(B)281.86º89.58%94.12%-
XYZ33.7616.183.77-
YUV94.36210.2185.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 25 (10.16% from 255) = 5.68%
BLUE value IS 240 (94.14% from 255) = 54.55%
R=39.77%
G=5.68%
B=54.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal175252400.270.9000.06281.8687.7651.96
HexAF19F01B5A0611a5834
Octal25731360331320643213064
Binary10101111110011111000011011101101001101000110101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF19F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF19F0; }

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

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

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

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

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

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

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

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