#AF03FF

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

Shades of Electric Purple #AF03FF

Tints of Electric Purple #AF03FF

Color information

#AF03FF (or 0xAF03FF) is unknown color: approx Electric Purple. HEX triplet: AF, 03 and FF. RGB value is (175,3,255). Sum of RGB (Red+Green+Blue) = 175+3+255=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF03FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03FF is #50FC00. Grayscale: #525252. Windows color (decimal): -5307393 or 16712623. OLE color: 16712623.

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

Color convert

RGB1753255-
CMYK0.310.9900
HSL280.95º100%50.59%-
HSV(B)280.95º98.82%100%-
XYZ35.7616.495.89-
YUV83.16224.98193.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 3 (1.56% from 255) = 0.69%
BLUE value IS 255 (100% from 255) = 58.89%
R=40.42%
G=0.69%
B=58.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17532550.310.9900280.9510050.59
HexAF3FF1F63001196433
Octal2573377371430043114463
Binary101011111111111111111111100011001000110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF03FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF03FF; }

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

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

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

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

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

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

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

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