#AF60BC

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

Shades of Fuchsia #AF60BC

Tints of Fuchsia #AF60BC

Color information

#AF60BC (or 0xAF60BC) is unknown color: approx Fuchsia. HEX triplet: AF, 60 and BC. RGB value is (175,96,188). Sum of RGB (Red+Green+Blue) = 175+96+188=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF60BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60BC is #509F43. Grayscale: #818181. Windows color (decimal): -5283652 or 12345519. OLE color: 12345519.

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

Color convert

RGB17596188-
CMYK0.070.4900.26
HSL291.52º40.71%55.69%-
HSV(B)291.52º48.94%73.73%-
XYZ30.9421.1150.02-
YUV130.11160.67160.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=38.13%
G=20.92%
B=40.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175961880.070.4900.26291.5240.7155.69
HexAF60BC73101A1242938
Octal2571402747610324445170
Binary10101111110000010111100111110001011010100100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF60BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF60BC; }

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

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

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

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

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

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

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

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