#AF07FC

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

Shades of Electric Purple #AF07FC

Tints of Electric Purple #AF07FC

Color information

#AF07FC (or 0xAF07FC) is unknown color: approx Electric Purple. HEX triplet: AF, 07 and FC. RGB value is (175,7,252). Sum of RGB (Red+Green+Blue) = 175+7+252=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF07FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07FC is #50F803. Grayscale: #545454. Windows color (decimal): -5306372 or 16517039. OLE color: 16517039.

HSL color Cylindrical-coordinate representation of color #AF07FC: hue angle of 281.14º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07FC is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1757252-
CMYK0.310.9700.01
HSL281.14º97.61%50.78%-
HSV(B)281.14º97.22%98.82%-
XYZ35.3316.2993.38-
YUV85.16222.16192.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 7 (3.12% from 255) = 1.61%
BLUE value IS 252 (98.83% from 255) = 58.06%
R=40.32%
G=1.61%
B=58.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal17572520.310.9700.01281.1497.6150.78
HexAF7FC1F61011196233
Octal2577374371410143114263
Binary1010111111111111100111111100001011000110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF07FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF07FC; }

 p { color: rgb(175,7,252); }

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

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

 a { background-color: rgb(175,7,252); }

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

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

 span { border-color: rgb(175,7,252); }

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