#AC5C9B

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

Shades of Violet Blue #AC5C9B

Tints of Violet Blue #AC5C9B

Color information

#AC5C9B (or 0xAC5C9B) is unknown color: approx Violet Blue. HEX triplet: AC, 5C and 9B. RGB value is (172,92,155). Sum of RGB (Red+Green+Blue) = 172+92+155=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C9B is #53A364. Grayscale: #7A7A7A. Windows color (decimal): -5481317 or 10181804. OLE color: 10181804.

HSL color Cylindrical-coordinate representation of color #AC5C9B: hue angle of 312.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5C9B is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB17292155-
CMYK00.470.100.33
HSL312.75º32.52%51.76%-
HSV(B)312.75º46.51%67.45%-
XYZ26.7618.7933.23-
YUV123.1146162.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 155 (60.94% from 255) = 36.99%
R=41.05%
G=21.96%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729215500.470.100.33312.7532.5251.76
HexAC5C9B02FA211392134
Octal25413423305712414714164
Binary1010110010111001001101101011111010100001100111001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C9B; }

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

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

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

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

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

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

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

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