#AF60BA

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

Shades of Fuchsia #AF60BA

Tints of Fuchsia #AF60BA

Color information

#AF60BA (or 0xAF60BA) is unknown color: approx Fuchsia. HEX triplet: AF, 60 and BA. RGB value is (175,96,186). Sum of RGB (Red+Green+Blue) = 175+96+186=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF60BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60BA is #509F45. Grayscale: #818181. Windows color (decimal): -5283654 or 12214447. OLE color: 12214447.

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

Color convert

RGB17596186-
CMYK0.060.4800.27
HSL292.67º39.47%55.29%-
HSV(B)292.67º48.39%72.94%-
XYZ30.7221.0248.89-
YUV129.88159.67160.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=38.29%
G=21.01%
B=40.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175961860.060.4800.27292.6739.4755.29
HexAF60BA63001B1252737
Octal2571402726600334454767
Binary10101111110000010111010110110000011011100100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF60BA; }

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

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

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

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

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

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

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

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