#AF11F5

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

Shades of Electric Purple #AF11F5

Tints of Electric Purple #AF11F5

Color information

#AF11F5 (or 0xAF11F5) is unknown color: approx Electric Purple. HEX triplet: AF, 11 and F5. RGB value is (175,17,245). Sum of RGB (Red+Green+Blue) = 175+17+245=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF11F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF11F5 is #50EE0A. Grayscale: #595959. Windows color (decimal): -5303819 or 16060847. OLE color: 16060847.

HSL color Cylindrical-coordinate representation of color #AF11F5: hue angle of 281.58º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF11F5 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17517245-
CMYK0.290.9300.04
HSL281.58º91.94%51.37%-
HSV(B)281.58º93.06%96.08%-
XYZ34.3616.1187.68-
YUV90.23215.35188.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 17 (7.03% from 255) = 3.89%
BLUE value IS 245 (96.09% from 255) = 56.06%
R=40.05%
G=3.89%
B=56.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal175172450.290.9300.04281.5891.9451.37
HexAF11F51D5D0411a5c33
Octal25721365351350443213463
Binary10101111100011111010111101101110101001000110101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF11F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF11F5; }

 p { color: rgb(175,17,245); }

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

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

 a { background-color: rgb(175,17,245); }

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

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

 span { border-color: rgb(175,17,245); }

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