Shades of Violet Blue #AC63A6
Tints of Violet Blue #AC63A6
RGB
CMYK
RGB Variations
Color information
#AC63A6 (or 0xAC63A6) is known color: Violet Blue. HEX triplet: AC, 63 and A6. RGB value is (172,99,166). Sum of RGB (Red+Green+Blue) = 172+99+166=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC63A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63A6 is #539C59. Grayscale: #808080. Windows color (decimal): -5479514 or 10904492. OLE color: 10904492.
HSL color Cylindrical-coordinate representation of color #AC63A6: hue angle of 304.93º 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 #AC63A6 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 166 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.33 |
| HSL | 304.93º | 0.31% | 0.53% | - |
| HSV(B) | 304.93º | 0.42% | 0.67% | - |
| XYZ | 28.36 | 20.45 | 38.53 | - |
| YUV | 128.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 166 | 0 | 0.42 | 0.03 | 0.33 | 304.93 | 0.31 | 0.53 |
| Hex | AC | 63 | A6 | 0 | 2A | 3 | 21 | 131 | 1F | 35 |
| Octal | 254 | 143 | 246 | 0 | 52 | 3 | 41 | 461 | 37 | 65 |
| Binary | 10101100 | 1100011 | 10100110 | 0 | 101010 | 11 | 100001 | 100110001 | 11111 | 110101 |
Color Harmonies of #AC63A6
Complementary color
Monochromatic Colors of #AC63A6
Black with #AC63A6
Text Example
Text Example
White with #AC63A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC63A6; }
p { color: rgb(172,99,166); }
H1.HeaderClassName
{
color: #AC63A6;
}
.AnyTagClassName
{
color: #AC63A6;
}
</style>
background-color css
<style>
a { background-color: #AC63A6; }
a { background-color: rgb(172,99,166); }
div.DivClassName
{
background-color: #AC63A6;
}
.BgClassName
{
background-color: #AC63A6;
}
</style>
border-color css
<style>
span { border-color: #AC63A6; }
span { border-color: rgb(172,99,166); }
td.TdClassName
{
border-color: #AC63A6;
}
.TagClassName
{
border-color: #AC63A6;
}
</style>