Shades of Violet Blue #AC6398
Tints of Violet Blue #AC6398
RGB
CMYK
RGB Variations
Color information
#AC6398 (or 0xAC6398) is known color: Violet Blue. HEX triplet: AC, 63 and 98. RGB value is (172,99,152). Sum of RGB (Red+Green+Blue) = 172+99+152=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6398 is #539C67. Grayscale: #7E7E7E. Windows color (decimal): -5479528 or 9986988. OLE color: 9986988.
HSL color Cylindrical-coordinate representation of color #AC6398: hue angle of 316.44º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6398 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 152 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.33 |
| HSL | 316.44º | 0.31% | 0.53% | - |
| HSV(B) | 316.44º | 0.42% | 0.67% | - |
| XYZ | 27.14 | 19.96 | 32.13 | - |
| YUV | 126.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 152 | 0 | 0.42 | 0.12 | 0.33 | 316.44 | 0.31 | 0.53 |
| Hex | AC | 63 | 98 | 0 | 2A | C | 21 | 13C | 1F | 35 |
| Octal | 254 | 143 | 230 | 0 | 52 | 14 | 41 | 474 | 37 | 65 |
| Binary | 10101100 | 1100011 | 10011000 | 0 | 101010 | 1100 | 100001 | 100111100 | 11111 | 110101 |
Color Harmonies of #AC6398
Complementary color
Monochromatic Colors of #AC6398
Black with #AC6398
Text Example
Text Example
White with #AC6398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6398; }
p { color: rgb(172,99,152); }
H1.HeaderClassName
{
color: #AC6398;
}
.AnyTagClassName
{
color: #AC6398;
}
</style>
background-color css
<style>
a { background-color: #AC6398; }
a { background-color: rgb(172,99,152); }
div.DivClassName
{
background-color: #AC6398;
}
.BgClassName
{
background-color: #AC6398;
}
</style>
border-color css
<style>
span { border-color: #AC6398; }
span { border-color: rgb(172,99,152); }
td.TdClassName
{
border-color: #AC6398;
}
.TagClassName
{
border-color: #AC6398;
}
</style>