Shades of Violet Blue #AC4598
Tints of Violet Blue #AC4598
RGB
CMYK
RGB Variations
Color information
#AC4598 (or 0xAC4598) is known color: Violet Blue. HEX triplet: AC, 45 and 98. RGB value is (172,69,152). Sum of RGB (Red+Green+Blue) = 172+69+152=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4598 is #53BA67. Grayscale: #6D6D6D. Windows color (decimal): -5487208 or 9979308. OLE color: 9979308.
HSL color Cylindrical-coordinate representation of color #AC4598: hue angle of 311.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4598 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 152 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.33 |
| HSL | 311.65º | 0.43% | 0.47% | - |
| HSV(B) | 311.65º | 0.6% | 0.67% | - |
| XYZ | 24.81 | 15.29 | 31.35 | - |
| YUV | 109.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 152 | 0 | 0.60 | 0.12 | 0.33 | 311.65 | 0.43 | 0.47 |
| Hex | AC | 45 | 98 | 0 | 3C | C | 21 | 138 | 2B | 2F |
| Octal | 254 | 105 | 230 | 0 | 74 | 14 | 41 | 470 | 53 | 57 |
| Binary | 10101100 | 1000101 | 10011000 | 0 | 111100 | 1100 | 100001 | 100111000 | 101011 | 101111 |
Color Harmonies of #AC4598
Complementary color
Monochromatic Colors of #AC4598
Black with #AC4598
Text Example
Text Example
White with #AC4598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4598; }
p { color: rgb(172,69,152); }
H1.HeaderClassName
{
color: #AC4598;
}
.AnyTagClassName
{
color: #AC4598;
}
</style>
background-color css
<style>
a { background-color: #AC4598; }
a { background-color: rgb(172,69,152); }
div.DivClassName
{
background-color: #AC4598;
}
.BgClassName
{
background-color: #AC4598;
}
</style>
border-color css
<style>
span { border-color: #AC4598; }
span { border-color: rgb(172,69,152); }
td.TdClassName
{
border-color: #AC4598;
}
.TagClassName
{
border-color: #AC4598;
}
</style>