Shades of Violet Blue #AC63AB
Tints of Violet Blue #AC63AB
RGB
CMYK
RGB Variations
Color information
#AC63AB (or 0xAC63AB) is known color: Violet Blue. HEX triplet: AC, 63 and AB. RGB value is (172,99,171). Sum of RGB (Red+Green+Blue) = 172+99+171=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC63AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63AB is #539C54. Grayscale: #808080. Windows color (decimal): -5479509 or 11232172. OLE color: 11232172.
HSL color Cylindrical-coordinate representation of color #AC63AB: hue angle of 300.82º 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 #AC63AB is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 171 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.33 |
| HSL | 300.82º | 0.31% | 0.53% | - |
| HSV(B) | 300.82º | 0.42% | 0.67% | - |
| XYZ | 28.83 | 20.63 | 40.99 | - |
| YUV | 129.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 171 | 0 | 0.42 | 0.01 | 0.33 | 300.82 | 0.31 | 0.53 |
| Hex | AC | 63 | AB | 0 | 2A | 1 | 21 | 12D | 1F | 35 |
| Octal | 254 | 143 | 253 | 0 | 52 | 1 | 41 | 455 | 37 | 65 |
| Binary | 10101100 | 1100011 | 10101011 | 0 | 101010 | 1 | 100001 | 100101101 | 11111 | 110101 |
Color Harmonies of #AC63AB
Complementary color
Monochromatic Colors of #AC63AB
Black with #AC63AB
Text Example
Text Example
White with #AC63AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC63AB; }
p { color: rgb(172,99,171); }
H1.HeaderClassName
{
color: #AC63AB;
}
.AnyTagClassName
{
color: #AC63AB;
}
</style>
background-color css
<style>
a { background-color: #AC63AB; }
a { background-color: rgb(172,99,171); }
div.DivClassName
{
background-color: #AC63AB;
}
.BgClassName
{
background-color: #AC63AB;
}
</style>
border-color css
<style>
span { border-color: #AC63AB; }
span { border-color: rgb(172,99,171); }
td.TdClassName
{
border-color: #AC63AB;
}
.TagClassName
{
border-color: #AC63AB;
}
</style>