#AF16FE

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

Shades of Electric Purple #AF16FE

Tints of Electric Purple #AF16FE

Color information

#AF16FE (or 0xAF16FE) is unknown color: approx Electric Purple. HEX triplet: AF, 16 and FE. RGB value is (175,22,254). Sum of RGB (Red+Green+Blue) = 175+22+254=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF16FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16FE is #50E901. Grayscale: #5D5D5D. Windows color (decimal): -5302530 or 16651951. OLE color: 16651951.

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

Color convert

RGB17522254-
CMYK0.310.9100.00
HSL279.57º99.15%54.12%-
HSV(B)279.57º91.34%99.61%-
XYZ35.8616.8495.13-
YUV94.2218.19185.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 22 (8.98% from 255) = 4.88%
BLUE value IS 254 (99.61% from 255) = 56.32%
R=38.80%
G=4.88%
B=56.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal175222540.310.9100.00279.5799.1554.12
HexAF16FE1F5B001186336
Octal25726376371330043014366
Binary101011111011011111110111111011011001000110001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF16FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF16FE; }

 p { color: rgb(175,22,254); }

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

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

 a { background-color: rgb(175,22,254); }

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

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

 span { border-color: rgb(175,22,254); }

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