#AC609C

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

Shades of Violet Blue #AC609C

Tints of Violet Blue #AC609C

Color information

#AC609C (or 0xAC609C) is unknown color: approx Violet Blue. HEX triplet: AC, 60 and 9C. RGB value is (172,96,156). Sum of RGB (Red+Green+Blue) = 172+96+156=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC609C is #539F63. Grayscale: #7D7D7D. Windows color (decimal): -5480292 or 10248364. OLE color: 10248364.

HSL color Cylindrical-coordinate representation of color #AC609C: hue angle of 312.63º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC609C is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17296156-
CMYK00.440.090.33
HSL312.63º31.4%52.55%-
HSV(B)312.63º44.19%67.45%-
XYZ27.219.5433.79-
YUV125.56145.18161.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=40.57%
G=22.64%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729615600.440.090.33312.6331.452.55
HexAC609C02C9211391f35
Octal25414023405411414713765
Binary101011001100000100111000101100100110000110011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC609C; }

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

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

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

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

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

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

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

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