Shades of Violet Blue #AC6BA0
Tints of Violet Blue #AC6BA0
RGB
CMYK
RGB Variations
Color information
#AC6BA0 (or 0xAC6BA0) is known color: Violet Blue. HEX triplet: AC, 6B and A0. RGB value is (172,107,160). Sum of RGB (Red+Green+Blue) = 172+107+160=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6BA0 is #53945F. Grayscale: #848484. Windows color (decimal): -5477472 or 10513324. OLE color: 10513324.
HSL color Cylindrical-coordinate representation of color #AC6BA0: hue angle of 311.08º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6BA0 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 160 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.33 |
| HSL | 311.08º | 0.28% | 0.55% | - |
| HSV(B) | 311.08º | 0.38% | 0.67% | - |
| XYZ | 28.62 | 21.82 | 35.96 | - |
| YUV | 132.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 160 | 0 | 0.38 | 0.07 | 0.33 | 311.08 | 0.28 | 0.55 |
| Hex | AC | 6B | A0 | 0 | 26 | 7 | 21 | 137 | 1C | 37 |
| Octal | 254 | 153 | 240 | 0 | 46 | 7 | 41 | 467 | 34 | 67 |
| Binary | 10101100 | 1101011 | 10100000 | 0 | 100110 | 111 | 100001 | 100110111 | 11100 | 110111 |
Color Harmonies of #AC6BA0
Complementary color
Monochromatic Colors of #AC6BA0
Black with #AC6BA0
Text Example
Text Example
White with #AC6BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6BA0; }
p { color: rgb(172,107,160); }
H1.HeaderClassName
{
color: #AC6BA0;
}
.AnyTagClassName
{
color: #AC6BA0;
}
</style>
background-color css
<style>
a { background-color: #AC6BA0; }
a { background-color: rgb(172,107,160); }
div.DivClassName
{
background-color: #AC6BA0;
}
.BgClassName
{
background-color: #AC6BA0;
}
</style>
border-color css
<style>
span { border-color: #AC6BA0; }
span { border-color: rgb(172,107,160); }
td.TdClassName
{
border-color: #AC6BA0;
}
.TagClassName
{
border-color: #AC6BA0;
}
</style>