Shades of Violet Blue #AC6DA8
Tints of Violet Blue #AC6DA8
RGB
CMYK
RGB Variations
Color information
#AC6DA8 (or 0xAC6DA8) is known color: Violet Blue. HEX triplet: AC, 6D and A8. RGB value is (172,109,168). Sum of RGB (Red+Green+Blue) = 172+109+168=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6DA8 is #539257. Grayscale: #868686. Windows color (decimal): -5476952 or 11038124. OLE color: 11038124.
HSL color Cylindrical-coordinate representation of color #AC6DA8: hue angle of 303.81º 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 #AC6DA8 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 168 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.33 |
| HSL | 303.81º | 0.28% | 0.55% | - |
| HSV(B) | 303.81º | 0.37% | 0.67% | - |
| XYZ | 29.55 | 22.54 | 39.84 | - |
| YUV | 134.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 168 | 0 | 0.37 | 0.02 | 0.33 | 303.81 | 0.28 | 0.55 |
| Hex | AC | 6D | A8 | 0 | 25 | 2 | 21 | 130 | 1C | 37 |
| Octal | 254 | 155 | 250 | 0 | 45 | 2 | 41 | 460 | 34 | 67 |
| Binary | 10101100 | 1101101 | 10101000 | 0 | 100101 | 10 | 100001 | 100110000 | 11100 | 110111 |
Color Harmonies of #AC6DA8
Complementary color
Monochromatic Colors of #AC6DA8
Black with #AC6DA8
Text Example
Text Example
White with #AC6DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6DA8; }
p { color: rgb(172,109,168); }
H1.HeaderClassName
{
color: #AC6DA8;
}
.AnyTagClassName
{
color: #AC6DA8;
}
</style>
background-color css
<style>
a { background-color: #AC6DA8; }
a { background-color: rgb(172,109,168); }
div.DivClassName
{
background-color: #AC6DA8;
}
.BgClassName
{
background-color: #AC6DA8;
}
</style>
border-color css
<style>
span { border-color: #AC6DA8; }
span { border-color: rgb(172,109,168); }
td.TdClassName
{
border-color: #AC6DA8;
}
.TagClassName
{
border-color: #AC6DA8;
}
</style>