#AF03FC

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

Shades of Electric Purple #AF03FC

Tints of Electric Purple #AF03FC

Color information

#AF03FC (or 0xAF03FC) is unknown color: approx Electric Purple. HEX triplet: AF, 03 and FC. RGB value is (175,3,252). Sum of RGB (Red+Green+Blue) = 175+3+252=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF03FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03FC is #50FC03. Grayscale: #515151. Windows color (decimal): -5307396 or 16516015. OLE color: 16516015.

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

Color convert

RGB1753252-
CMYK0.310.9900.01
HSL281.45º97.65%50%-
HSV(B)281.45º98.81%98.82%-
XYZ35.2816.2193.36-
YUV82.81223.48193.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 3 (1.56% from 255) = 0.70%
BLUE value IS 252 (98.83% from 255) = 58.60%
R=40.70%
G=0.70%
B=58.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal17532520.310.9900.01281.4597.6550
HexAF3FC1F63011196232
Octal2573374371430143114262
Binary101011111111111100111111100011011000110011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF03FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF03FC; }

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

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

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

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

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

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

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

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