#AF59BE

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

Shades of Fuchsia #AF59BE

Tints of Fuchsia #AF59BE

Color information

#AF59BE (or 0xAF59BE) is unknown color: approx Fuchsia. HEX triplet: AF, 59 and BE. RGB value is (175,89,190). Sum of RGB (Red+Green+Blue) = 175+89+190=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF59BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59BE is #50A641. Grayscale: #7D7D7D. Windows color (decimal): -5285442 or 12474799. OLE color: 12474799.

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

Color convert

RGB17589190-
CMYK0.080.5300.25
HSL291.09º43.72%54.71%-
HSV(B)291.09º53.16%74.51%-
XYZ30.5519.9850.96-
YUV126.23163.99162.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 89 (35.16% from 255) = 19.60%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=38.55%
G=19.60%
B=41.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175891900.080.5300.25291.0943.7254.71
HexAF59BE8350191232c37
Octal25713127610650314435467
Binary101011111011001101111101000110101011001100100011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF59BE; }

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

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

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

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

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

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

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

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