Shades of Violet Blue #AC60A3
Tints of Violet Blue #AC60A3
RGB
CMYK
RGB Variations
Color information
#AC60A3 (or 0xAC60A3) is known color: Violet Blue. HEX triplet: AC, 60 and A3. RGB value is (172,96,163). Sum of RGB (Red+Green+Blue) = 172+96+163=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC60A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC60A3 is #539F5C. Grayscale: #7E7E7E. Windows color (decimal): -5480285 or 10707116. OLE color: 10707116.
HSL color Cylindrical-coordinate representation of color #AC60A3: hue angle of 307.11º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC60A3 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 163 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.33 |
| HSL | 307.11º | 0.31% | 0.53% | - |
| HSV(B) | 307.11º | 0.44% | 0.67% | - |
| XYZ | 27.81 | 19.78 | 37 | - |
| YUV | 126.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 163 | 0 | 0.44 | 0.05 | 0.33 | 307.11 | 0.31 | 0.53 |
| Hex | AC | 60 | A3 | 0 | 2C | 5 | 21 | 133 | 1F | 35 |
| Octal | 254 | 140 | 243 | 0 | 54 | 5 | 41 | 463 | 37 | 65 |
| Binary | 10101100 | 1100000 | 10100011 | 0 | 101100 | 101 | 100001 | 100110011 | 11111 | 110101 |
Color Harmonies of #AC60A3
Complementary color
Monochromatic Colors of #AC60A3
Black with #AC60A3
Text Example
Text Example
White with #AC60A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC60A3; }
p { color: rgb(172,96,163); }
H1.HeaderClassName
{
color: #AC60A3;
}
.AnyTagClassName
{
color: #AC60A3;
}
</style>
background-color css
<style>
a { background-color: #AC60A3; }
a { background-color: rgb(172,96,163); }
div.DivClassName
{
background-color: #AC60A3;
}
.BgClassName
{
background-color: #AC60A3;
}
</style>
border-color css
<style>
span { border-color: #AC60A3; }
span { border-color: rgb(172,96,163); }
td.TdClassName
{
border-color: #AC60A3;
}
.TagClassName
{
border-color: #AC60A3;
}
</style>