Shades of Violet Blue #A251AC
Tints of Violet Blue #A251AC
RGB
CMYK
RGB Variations
Color information
#A251AC (or 0xA251AC) is known color: Violet Blue. HEX triplet: A2, 51 and AC. RGB value is (162,81,172). Sum of RGB (Red+Green+Blue) = 162+81+172=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #A251AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A251AC is #5DAE53. Grayscale: #737373. Windows color (decimal): -6139476 or 11293090. OLE color: 11293090.
HSL color Cylindrical-coordinate representation of color #A251AC: hue angle of 293.41º 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 #A251AC is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 81 | 172 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.33 |
| HSL | 293.41º | 0.36% | 0.5% | - |
| HSV(B) | 293.41º | 0.53% | 0.67% | - |
| XYZ | 25.29 | 16.54 | 40.89 | - |
| YUV | 115.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 172 | 0.06 | 0.53 | 0 | 0.33 | 293.41 | 0.36 | 0.5 |
| Hex | A2 | 51 | AC | 6 | 35 | 0 | 21 | 125 | 24 | 32 |
| Octal | 242 | 121 | 254 | 6 | 65 | 0 | 41 | 445 | 44 | 62 |
| Binary | 10100010 | 1010001 | 10101100 | 110 | 110101 | 0 | 100001 | 100100101 | 100100 | 110010 |
Color Harmonies of #A251AC
Complementary color
Monochromatic Colors of #A251AC
Black with #A251AC
Text Example
Text Example
White with #A251AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A251AC; }
p { color: rgb(162,81,172); }
H1.HeaderClassName
{
color: #A251AC;
}
.AnyTagClassName
{
color: #A251AC;
}
</style>
background-color css
<style>
a { background-color: #A251AC; }
a { background-color: rgb(162,81,172); }
div.DivClassName
{
background-color: #A251AC;
}
.BgClassName
{
background-color: #A251AC;
}
</style>
border-color css
<style>
span { border-color: #A251AC; }
span { border-color: rgb(162,81,172); }
td.TdClassName
{
border-color: #A251AC;
}
.TagClassName
{
border-color: #A251AC;
}
</style>