#AC60B7

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

Shades of Fuchsia #AC60B7

Tints of Fuchsia #AC60B7

Color information

#AC60B7 (or 0xAC60B7) is unknown color: approx Fuchsia. HEX triplet: AC, 60 and B7. RGB value is (172,96,183). Sum of RGB (Red+Green+Blue) = 172+96+183=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC60B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60B7 is #539F48. Grayscale: #808080. Windows color (decimal): -5480265 or 12017836. OLE color: 12017836.

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

Color convert

RGB17296183-
CMYK0.060.4800.28
HSL292.41º37.66%54.71%-
HSV(B)292.41º47.54%71.76%-
XYZ29.7420.5647.2-
YUV128.64158.68158.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 183 (71.88% from 255) = 40.58%
R=38.14%
G=21.29%
B=40.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172961830.060.4800.28292.4137.6654.71
HexAC60B763001C1242637
Octal2541402676600344444667
Binary10101100110000010110111110110000011100100100100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60B7; }

 p { color: rgb(172,96,183); }

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

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

 a { background-color: rgb(172,96,183); }

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

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

 span { border-color: rgb(172,96,183); }

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