Shades of Violet Blue #AC6A9D
Tints of Violet Blue #AC6A9D
RGB
CMYK
RGB Variations
Color information
#AC6A9D (or 0xAC6A9D) is known color: Violet Blue. HEX triplet: AC, 6A and 9D. RGB value is (172,106,157). Sum of RGB (Red+Green+Blue) = 172+106+157=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6A9D is #539562. Grayscale: #838383. Windows color (decimal): -5477731 or 10316460. OLE color: 10316460.
HSL color Cylindrical-coordinate representation of color #AC6A9D: hue angle of 313.64º 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 #AC6A9D is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 157 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.33 |
| HSL | 313.64º | 0.28% | 0.55% | - |
| HSV(B) | 313.64º | 0.38% | 0.67% | - |
| XYZ | 28.25 | 21.51 | 34.56 | - |
| YUV | 131.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 157 | 0 | 0.38 | 0.09 | 0.33 | 313.64 | 0.28 | 0.55 |
| Hex | AC | 6A | 9D | 0 | 26 | 9 | 21 | 13A | 1C | 37 |
| Octal | 254 | 152 | 235 | 0 | 46 | 11 | 41 | 472 | 34 | 67 |
| Binary | 10101100 | 1101010 | 10011101 | 0 | 100110 | 1001 | 100001 | 100111010 | 11100 | 110111 |
Color Harmonies of #AC6A9D
Complementary color
Monochromatic Colors of #AC6A9D
Black with #AC6A9D
Text Example
Text Example
White with #AC6A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A9D; }
p { color: rgb(172,106,157); }
H1.HeaderClassName
{
color: #AC6A9D;
}
.AnyTagClassName
{
color: #AC6A9D;
}
</style>
background-color css
<style>
a { background-color: #AC6A9D; }
a { background-color: rgb(172,106,157); }
div.DivClassName
{
background-color: #AC6A9D;
}
.BgClassName
{
background-color: #AC6A9D;
}
</style>
border-color css
<style>
span { border-color: #AC6A9D; }
span { border-color: rgb(172,106,157); }
td.TdClassName
{
border-color: #AC6A9D;
}
.TagClassName
{
border-color: #AC6A9D;
}
</style>