Shades of Violet Blue #AC6CA6
Tints of Violet Blue #AC6CA6
RGB
CMYK
RGB Variations
Color information
#AC6CA6 (or 0xAC6CA6) is known color: Violet Blue. HEX triplet: AC, 6C and A6. RGB value is (172,108,166). Sum of RGB (Red+Green+Blue) = 172+108+166=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6CA6 is #539359. Grayscale: #858585. Windows color (decimal): -5477210 or 10906796. OLE color: 10906796.
HSL color Cylindrical-coordinate representation of color #AC6CA6: hue angle of 305.62º 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 #AC6CA6 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 166 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.33 |
| HSL | 305.63º | 0.28% | 0.55% | - |
| HSV(B) | 305.63º | 0.37% | 0.67% | - |
| XYZ | 29.26 | 22.25 | 38.83 | - |
| YUV | 133.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 166 | 0 | 0.37 | 0.03 | 0.33 | 305.63 | 0.28 | 0.55 |
| Hex | AC | 6C | A6 | 0 | 25 | 3 | 21 | 132 | 1C | 37 |
| Octal | 254 | 154 | 246 | 0 | 45 | 3 | 41 | 462 | 34 | 67 |
| Binary | 10101100 | 1101100 | 10100110 | 0 | 100101 | 11 | 100001 | 100110010 | 11100 | 110111 |
Color Harmonies of #AC6CA6
Complementary color
Monochromatic Colors of #AC6CA6
Black with #AC6CA6
Text Example
Text Example
White with #AC6CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6CA6; }
p { color: rgb(172,108,166); }
H1.HeaderClassName
{
color: #AC6CA6;
}
.AnyTagClassName
{
color: #AC6CA6;
}
</style>
background-color css
<style>
a { background-color: #AC6CA6; }
a { background-color: rgb(172,108,166); }
div.DivClassName
{
background-color: #AC6CA6;
}
.BgClassName
{
background-color: #AC6CA6;
}
</style>
border-color css
<style>
span { border-color: #AC6CA6; }
span { border-color: rgb(172,108,166); }
td.TdClassName
{
border-color: #AC6CA6;
}
.TagClassName
{
border-color: #AC6CA6;
}
</style>