#AC5CB8

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

Shades of Fuchsia #AC5CB8

Tints of Fuchsia #AC5CB8

Color information

#AC5CB8 (or 0xAC5CB8) is unknown color: approx Fuchsia. HEX triplet: AC, 5C and B8. RGB value is (172,92,184). Sum of RGB (Red+Green+Blue) = 172+92+184=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC5CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CB8 is #53A347. Grayscale: #7E7E7E. Windows color (decimal): -5481288 or 12082348. OLE color: 12082348.

HSL color Cylindrical-coordinate representation of color #AC5CB8: hue angle of 292.17º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC5CB8 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17292184-
CMYK0.070.5000.28
HSL292.17º39.32%54.12%-
HSV(B)292.17º50%72.16%-
XYZ29.4919.8947.63-
YUV126.41160.5160.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 92 (36.33% from 255) = 20.54%
BLUE value IS 184 (72.27% from 255) = 41.07%
R=38.39%
G=20.54%
B=41.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172921840.070.5000.28292.1739.3254.12
HexAC5CB873201C1242736
Octal2541342707620344444766
Binary10101100101110010111000111110010011100100100100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CB8; }

 p { color: rgb(172,92,184); }

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

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

 a { background-color: rgb(172,92,184); }

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

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

 span { border-color: rgb(172,92,184); }

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