Shades of Violet Blue #A851AC
Tints of Violet Blue #A851AC
RGB
CMYK
RGB Variations
Color information
#A851AC (or 0xA851AC) is known color: Violet Blue. HEX triplet: A8, 51 and AC. RGB value is (168,81,172). Sum of RGB (Red+Green+Blue) = 168+81+172=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #A851AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A851AC is #57AE53. Grayscale: #757575. Windows color (decimal): -5746260 or 11293096. OLE color: 11293096.
HSL color Cylindrical-coordinate representation of color #A851AC: hue angle of 297.36º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A851AC is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 81 | 172 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.33 |
| HSL | 297.36º | 0.36% | 0.5% | - |
| HSV(B) | 297.36º | 0.53% | 0.67% | - |
| XYZ | 26.54 | 17.19 | 40.95 | - |
| YUV | 117.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 172 | 0.02 | 0.53 | 0 | 0.33 | 297.36 | 0.36 | 0.5 |
| Hex | A8 | 51 | AC | 2 | 35 | 0 | 21 | 129 | 24 | 32 |
| Octal | 250 | 121 | 254 | 2 | 65 | 0 | 41 | 451 | 44 | 62 |
| Binary | 10101000 | 1010001 | 10101100 | 10 | 110101 | 0 | 100001 | 100101001 | 100100 | 110010 |
Color Harmonies of #A851AC
Complementary color
Monochromatic Colors of #A851AC
Black with #A851AC
Text Example
Text Example
White with #A851AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851AC; }
p { color: rgb(168,81,172); }
H1.HeaderClassName
{
color: #A851AC;
}
.AnyTagClassName
{
color: #A851AC;
}
</style>
background-color css
<style>
a { background-color: #A851AC; }
a { background-color: rgb(168,81,172); }
div.DivClassName
{
background-color: #A851AC;
}
.BgClassName
{
background-color: #A851AC;
}
</style>
border-color css
<style>
span { border-color: #A851AC; }
span { border-color: rgb(168,81,172); }
td.TdClassName
{
border-color: #A851AC;
}
.TagClassName
{
border-color: #A851AC;
}
</style>