#AC609B

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

Shades of Violet Blue #AC609B

Tints of Violet Blue #AC609B

Color information

#AC609B (or 0xAC609B) is unknown color: approx Violet Blue. HEX triplet: AC, 60 and 9B. RGB value is (172,96,155). Sum of RGB (Red+Green+Blue) = 172+96+155=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC609B is #539F64. Grayscale: #7D7D7D. Windows color (decimal): -5480293 or 10182828. OLE color: 10182828.

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

Color convert

RGB17296155-
CMYK00.440.100.33
HSL313.42º31.4%52.55%-
HSV(B)313.42º44.19%67.45%-
XYZ27.1119.533.35-
YUV125.45144.68161.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=40.66%
G=22.70%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729615500.440.100.33313.4231.452.55
HexAC609B02CA211391f35
Octal25414023305412414713765
Binary101011001100000100110110101100101010000110011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC609B; }

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

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

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

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

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

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

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

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