Shades of Violet Blue #AC6CA0
Tints of Violet Blue #AC6CA0
RGB
CMYK
RGB Variations
Color information
#AC6CA0 (or 0xAC6CA0) is known color: Violet Blue. HEX triplet: AC, 6C and A0. RGB value is (172,108,160). Sum of RGB (Red+Green+Blue) = 172+108+160=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6CA0 is #53935F. Grayscale: #848484. Windows color (decimal): -5477216 or 10513580. OLE color: 10513580.
HSL color Cylindrical-coordinate representation of color #AC6CA0: hue angle of 311.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6CA0 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 160 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.33 |
| HSL | 311.25º | 0.28% | 0.55% | - |
| HSV(B) | 311.25º | 0.37% | 0.67% | - |
| XYZ | 28.72 | 22.03 | 36 | - |
| YUV | 133.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 160 | 0 | 0.37 | 0.07 | 0.33 | 311.25 | 0.28 | 0.55 |
| Hex | AC | 6C | A0 | 0 | 25 | 7 | 21 | 137 | 1C | 37 |
| Octal | 254 | 154 | 240 | 0 | 45 | 7 | 41 | 467 | 34 | 67 |
| Binary | 10101100 | 1101100 | 10100000 | 0 | 100101 | 111 | 100001 | 100110111 | 11100 | 110111 |
Color Harmonies of #AC6CA0
Complementary color
Monochromatic Colors of #AC6CA0
Black with #AC6CA0
Text Example
Text Example
White with #AC6CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6CA0; }
p { color: rgb(172,108,160); }
H1.HeaderClassName
{
color: #AC6CA0;
}
.AnyTagClassName
{
color: #AC6CA0;
}
</style>
background-color css
<style>
a { background-color: #AC6CA0; }
a { background-color: rgb(172,108,160); }
div.DivClassName
{
background-color: #AC6CA0;
}
.BgClassName
{
background-color: #AC6CA0;
}
</style>
border-color css
<style>
span { border-color: #AC6CA0; }
span { border-color: rgb(172,108,160); }
td.TdClassName
{
border-color: #AC6CA0;
}
.TagClassName
{
border-color: #AC6CA0;
}
</style>