Shades of Violet Blue #AC6BA2
Tints of Violet Blue #AC6BA2
RGB
CMYK
RGB Variations
Color information
#AC6BA2 (or 0xAC6BA2) is known color: Violet Blue. HEX triplet: AC, 6B and A2. RGB value is (172,107,162). Sum of RGB (Red+Green+Blue) = 172+107+162=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6BA2 is #53945D. Grayscale: #848484. Windows color (decimal): -5477470 or 10644396. OLE color: 10644396.
HSL color Cylindrical-coordinate representation of color #AC6BA2: hue angle of 309.23º 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 #AC6BA2 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 162 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.33 |
| HSL | 309.23º | 0.28% | 0.55% | - |
| HSV(B) | 309.23º | 0.38% | 0.67% | - |
| XYZ | 28.79 | 21.89 | 36.89 | - |
| YUV | 132.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 162 | 0 | 0.38 | 0.06 | 0.33 | 309.23 | 0.28 | 0.55 |
| Hex | AC | 6B | A2 | 0 | 26 | 6 | 21 | 135 | 1C | 37 |
| Octal | 254 | 153 | 242 | 0 | 46 | 6 | 41 | 465 | 34 | 67 |
| Binary | 10101100 | 1101011 | 10100010 | 0 | 100110 | 110 | 100001 | 100110101 | 11100 | 110111 |
Color Harmonies of #AC6BA2
Complementary color
Monochromatic Colors of #AC6BA2
Black with #AC6BA2
Text Example
Text Example
White with #AC6BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6BA2; }
p { color: rgb(172,107,162); }
H1.HeaderClassName
{
color: #AC6BA2;
}
.AnyTagClassName
{
color: #AC6BA2;
}
</style>
background-color css
<style>
a { background-color: #AC6BA2; }
a { background-color: rgb(172,107,162); }
div.DivClassName
{
background-color: #AC6BA2;
}
.BgClassName
{
background-color: #AC6BA2;
}
</style>
border-color css
<style>
span { border-color: #AC6BA2; }
span { border-color: rgb(172,107,162); }
td.TdClassName
{
border-color: #AC6BA2;
}
.TagClassName
{
border-color: #AC6BA2;
}
</style>