#AF40BE

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

Shades of Fuchsia #AF40BE

Tints of Fuchsia #AF40BE

Color information

#AF40BE (or 0xAF40BE) is unknown color: approx Fuchsia. HEX triplet: AF, 40 and BE. RGB value is (175,64,190). Sum of RGB (Red+Green+Blue) = 175+64+190=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF40BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40BE is #50BF41. Grayscale: #6F6F6F. Windows color (decimal): -5291842 or 12468399. OLE color: 12468399.

HSL color Cylindrical-coordinate representation of color #AF40BE: hue angle of 292.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF40BE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17564190-
CMYK0.080.6600.25
HSL292.86º49.61%49.8%-
HSV(B)292.86º66.32%74.51%-
XYZ28.8116.550.38-
YUV111.55172.27173.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 64 (25.39% from 255) = 14.92%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=40.79%
G=14.92%
B=44.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175641900.080.6600.25292.8649.6149.8
HexAF40BE8420191253232
Octal257100276101020314456262
Binary1010111110000001011111010001000010011001100100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF40BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF40BE; }

 p { color: rgb(175,64,190); }

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

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

 a { background-color: rgb(175,64,190); }

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

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

 span { border-color: rgb(175,64,190); }

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