Shades of Violet Blue #AC63A8
Tints of Violet Blue #AC63A8
RGB
CMYK
RGB Variations
Color information
#AC63A8 (or 0xAC63A8) is known color: Violet Blue. HEX triplet: AC, 63 and A8. RGB value is (172,99,168). Sum of RGB (Red+Green+Blue) = 172+99+168=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC63A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63A8 is #539C57. Grayscale: #808080. Windows color (decimal): -5479512 or 11035564. OLE color: 11035564.
HSL color Cylindrical-coordinate representation of color #AC63A8: hue angle of 303.29º 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 #AC63A8 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 168 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.33 |
| HSL | 303.29º | 0.31% | 0.53% | - |
| HSV(B) | 303.29º | 0.42% | 0.67% | - |
| XYZ | 28.54 | 20.52 | 39.5 | - |
| YUV | 128.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 168 | 0 | 0.42 | 0.02 | 0.33 | 303.29 | 0.31 | 0.53 |
| Hex | AC | 63 | A8 | 0 | 2A | 2 | 21 | 12F | 1F | 35 |
| Octal | 254 | 143 | 250 | 0 | 52 | 2 | 41 | 457 | 37 | 65 |
| Binary | 10101100 | 1100011 | 10101000 | 0 | 101010 | 10 | 100001 | 100101111 | 11111 | 110101 |
Color Harmonies of #AC63A8
Complementary color
Monochromatic Colors of #AC63A8
Black with #AC63A8
Text Example
Text Example
White with #AC63A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC63A8; }
p { color: rgb(172,99,168); }
H1.HeaderClassName
{
color: #AC63A8;
}
.AnyTagClassName
{
color: #AC63A8;
}
</style>
background-color css
<style>
a { background-color: #AC63A8; }
a { background-color: rgb(172,99,168); }
div.DivClassName
{
background-color: #AC63A8;
}
.BgClassName
{
background-color: #AC63A8;
}
</style>
border-color css
<style>
span { border-color: #AC63A8; }
span { border-color: rgb(172,99,168); }
td.TdClassName
{
border-color: #AC63A8;
}
.TagClassName
{
border-color: #AC63A8;
}
</style>