Shades of Violet Blue #AC6BA8
Tints of Violet Blue #AC6BA8
RGB
CMYK
RGB Variations
Color information
#AC6BA8 (or 0xAC6BA8) is known color: Violet Blue. HEX triplet: AC, 6B and A8. RGB value is (172,107,168). Sum of RGB (Red+Green+Blue) = 172+107+168=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6BA8 is #539457. Grayscale: #858585. Windows color (decimal): -5477464 or 11037612. OLE color: 11037612.
HSL color Cylindrical-coordinate representation of color #AC6BA8: hue angle of 303.69º 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 #AC6BA8 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 168 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.33 |
| HSL | 303.69º | 0.28% | 0.55% | - |
| HSV(B) | 303.69º | 0.38% | 0.67% | - |
| XYZ | 29.34 | 22.11 | 39.77 | - |
| YUV | 133.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 168 | 0 | 0.38 | 0.02 | 0.33 | 303.69 | 0.28 | 0.55 |
| Hex | AC | 6B | A8 | 0 | 26 | 2 | 21 | 130 | 1C | 37 |
| Octal | 254 | 153 | 250 | 0 | 46 | 2 | 41 | 460 | 34 | 67 |
| Binary | 10101100 | 1101011 | 10101000 | 0 | 100110 | 10 | 100001 | 100110000 | 11100 | 110111 |
Color Harmonies of #AC6BA8
Complementary color
Monochromatic Colors of #AC6BA8
Black with #AC6BA8
Text Example
Text Example
White with #AC6BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6BA8; }
p { color: rgb(172,107,168); }
H1.HeaderClassName
{
color: #AC6BA8;
}
.AnyTagClassName
{
color: #AC6BA8;
}
</style>
background-color css
<style>
a { background-color: #AC6BA8; }
a { background-color: rgb(172,107,168); }
div.DivClassName
{
background-color: #AC6BA8;
}
.BgClassName
{
background-color: #AC6BA8;
}
</style>
border-color css
<style>
span { border-color: #AC6BA8; }
span { border-color: rgb(172,107,168); }
td.TdClassName
{
border-color: #AC6BA8;
}
.TagClassName
{
border-color: #AC6BA8;
}
</style>