#AF56BC

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

Shades of Fuchsia #AF56BC

Tints of Fuchsia #AF56BC

Color information

#AF56BC (or 0xAF56BC) is unknown color: approx Fuchsia. HEX triplet: AF, 56 and BC. RGB value is (175,86,188). Sum of RGB (Red+Green+Blue) = 175+86+188=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF56BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56BC is #50A943. Grayscale: #7B7B7B. Windows color (decimal): -5286212 or 12342959. OLE color: 12342959.

HSL color Cylindrical-coordinate representation of color #AF56BC: hue angle of 292.35º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF56BC is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17586188-
CMYK0.070.5400.26
HSL292.35º43.22%53.73%-
HSV(B)292.35º54.26%73.73%-
XYZ30.0819.449.74-
YUV124.24163.99164.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 86 (33.98% from 255) = 19.15%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=38.98%
G=19.15%
B=41.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175861880.070.5400.26292.3543.2253.73
HexAF56BC73601A1242b36
Octal2571262747660324445366
Binary10101111101011010111100111110110011010100100100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF56BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF56BC; }

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

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

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

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

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

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

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

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