#AF18FE

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

Shades of Electric Purple #AF18FE

Tints of Electric Purple #AF18FE

Color information

#AF18FE (or 0xAF18FE) is unknown color: approx Electric Purple. HEX triplet: AF, 18 and FE. RGB value is (175,24,254). Sum of RGB (Red+Green+Blue) = 175+24+254=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF18FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF18FE is #50E701. Grayscale: #5E5E5E. Windows color (decimal): -5302018 or 16652463. OLE color: 16652463.

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

Color convert

RGB17524254-
CMYK0.310.9100.00
HSL279.39º99.14%54.51%-
HSV(B)279.39º90.55%99.61%-
XYZ35.916.9295.14-
YUV95.37217.53184.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 24 (9.77% from 255) = 5.30%
BLUE value IS 254 (99.61% from 255) = 56.07%
R=38.63%
G=5.30%
B=56.07%

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
Decimal175242540.310.9100.00279.3999.1454.51
HexAF18FE1F5B001176337
Octal25730376371330042714367
Binary101011111100011111110111111011011001000101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF18FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF18FE; }

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

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

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

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

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

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

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

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