#AF57BA

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

Shades of Fuchsia #AF57BA

Tints of Fuchsia #AF57BA

Color information

#AF57BA (or 0xAF57BA) is unknown color: approx Fuchsia. HEX triplet: AF, 57 and BA. RGB value is (175,87,186). Sum of RGB (Red+Green+Blue) = 175+87+186=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF57BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57BA is #50A845. Grayscale: #7C7C7C. Windows color (decimal): -5285958 or 12212143. OLE color: 12212143.

HSL color Cylindrical-coordinate representation of color #AF57BA: hue angle of 293.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF57BA is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17587186-
CMYK0.060.5300.27
HSL293.33º41.77%53.53%-
HSV(B)293.33º53.23%72.94%-
XYZ29.9519.4848.63-
YUV124.6162.65163.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 87 (34.38% from 255) = 19.42%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=39.06%
G=19.42%
B=41.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175871860.060.5300.27293.3341.7753.53
HexAF57BA63501B1252a36
Octal2571272726650334455266
Binary10101111101011110111010110110101011011100100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF57BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF57BA; }

 p { color: rgb(175,87,186); }

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

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

 a { background-color: rgb(175,87,186); }

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

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

 span { border-color: rgb(175,87,186); }

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