Shades of Violet Blue #AC6DB6
Tints of Violet Blue #AC6DB6
RGB
CMYK
RGB Variations
Color information
#AC6DB6 (or 0xAC6DB6) is known color: Violet Blue. HEX triplet: AC, 6D and B6. RGB value is (172,109,182). Sum of RGB (Red+Green+Blue) = 172+109+182=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC6DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DB6 is #539249. Grayscale: #878787. Windows color (decimal): -5476938 or 11955628. OLE color: 11955628.
HSL color Cylindrical-coordinate representation of color #AC6DB6: hue angle of 291.78º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6DB6 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 109 | 182 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.29 |
| HSL | 291.78º | 0.33% | 0.57% | - |
| HSV(B) | 291.78º | 0.4% | 0.71% | - |
| XYZ | 30.93 | 23.09 | 47.08 | - |
| YUV | 136.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 182 | 0.05 | 0.40 | 0 | 0.29 | 291.78 | 0.33 | 0.57 |
| Hex | AC | 6D | B6 | 5 | 28 | 0 | 1D | 124 | 21 | 39 |
| Octal | 254 | 155 | 266 | 5 | 50 | 0 | 35 | 444 | 41 | 71 |
| Binary | 10101100 | 1101101 | 10110110 | 101 | 101000 | 0 | 11101 | 100100100 | 100001 | 111001 |
Color Harmonies of #AC6DB6
Complementary color
Monochromatic Colors of #AC6DB6
Black with #AC6DB6
Text Example
Text Example
White with #AC6DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6DB6; }
p { color: rgb(172,109,182); }
H1.HeaderClassName
{
color: #AC6DB6;
}
.AnyTagClassName
{
color: #AC6DB6;
}
</style>
background-color css
<style>
a { background-color: #AC6DB6; }
a { background-color: rgb(172,109,182); }
div.DivClassName
{
background-color: #AC6DB6;
}
.BgClassName
{
background-color: #AC6DB6;
}
</style>
border-color css
<style>
span { border-color: #AC6DB6; }
span { border-color: rgb(172,109,182); }
td.TdClassName
{
border-color: #AC6DB6;
}
.TagClassName
{
border-color: #AC6DB6;
}
</style>