#AF56BE

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

Shades of Fuchsia #AF56BE

Tints of Fuchsia #AF56BE

Color information

#AF56BE (or 0xAF56BE) is unknown color: approx Fuchsia. HEX triplet: AF, 56 and BE. RGB value is (175,86,190). Sum of RGB (Red+Green+Blue) = 175+86+190=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF56BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56BE is #50A941. Grayscale: #7C7C7C. Windows color (decimal): -5286210 or 12474031. OLE color: 12474031.

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

Color convert

RGB17586190-
CMYK0.080.5500.25
HSL291.35º44.44%54.12%-
HSV(B)291.35º54.74%74.51%-
XYZ30.319.4950.88-
YUV124.47164.99164.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 86 (33.98% from 255) = 19.07%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=38.80%
G=19.07%
B=42.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175861900.080.5500.25291.3544.4454.12
HexAF56BE8370191232c36
Octal25712627610670314435466
Binary101011111010110101111101000110111011001100100011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF56BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF56BE; }

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

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

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

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

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

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

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

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