#AC5B9C

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

Shades of Violet Blue #AC5B9C

Tints of Violet Blue #AC5B9C

Color information

#AC5B9C (or 0xAC5B9C) is unknown color: approx Violet Blue. HEX triplet: AC, 5B and 9C. RGB value is (172,91,156). Sum of RGB (Red+Green+Blue) = 172+91+156=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5B9C is #53A463. Grayscale: #7A7A7A. Windows color (decimal): -5481572 or 10247084. OLE color: 10247084.

HSL color Cylindrical-coordinate representation of color #AC5B9C: hue angle of 311.85º 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 #AC5B9C is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17291156-
CMYK00.470.090.33
HSL311.85º32.79%51.57%-
HSV(B)311.85º47.09%67.45%-
XYZ26.7618.6533.64-
YUV122.63146.84163.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=41.05%
G=21.72%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729115600.470.090.33311.8532.7951.57
HexAC5B9C02F9211382134
Octal25413323405711414704164
Binary1010110010110111001110001011111001100001100111000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B9C; }

 p { color: rgb(172,91,156); }

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

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

 a { background-color: rgb(172,91,156); }

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

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

 span { border-color: rgb(172,91,156); }

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