Shades of Violet Blue #A251AD
Tints of Violet Blue #A251AD
RGB
CMYK
RGB Variations
Color information
#A251AD (or 0xA251AD) is known color: Violet Blue. HEX triplet: A2, 51 and AD. RGB value is (162,81,173). Sum of RGB (Red+Green+Blue) = 162+81+173=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #A251AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A251AD is #5DAE52. Grayscale: #737373. Windows color (decimal): -6139475 or 11358626. OLE color: 11358626.
HSL color Cylindrical-coordinate representation of color #A251AD: hue angle of 292.83º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A251AD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 81 | 173 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.32 |
| HSL | 292.83º | 0.36% | 0.5% | - |
| HSV(B) | 292.83º | 0.53% | 0.68% | - |
| XYZ | 25.39 | 16.58 | 41.4 | - |
| YUV | 115.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 173 | 0.06 | 0.53 | 0 | 0.32 | 292.83 | 0.36 | 0.5 |
| Hex | A2 | 51 | AD | 6 | 35 | 0 | 20 | 125 | 24 | 32 |
| Octal | 242 | 121 | 255 | 6 | 65 | 0 | 40 | 445 | 44 | 62 |
| Binary | 10100010 | 1010001 | 10101101 | 110 | 110101 | 0 | 100000 | 100100101 | 100100 | 110010 |
Color Harmonies of #A251AD
Complementary color
Monochromatic Colors of #A251AD
Black with #A251AD
Text Example
Text Example
White with #A251AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A251AD; }
p { color: rgb(162,81,173); }
H1.HeaderClassName
{
color: #A251AD;
}
.AnyTagClassName
{
color: #A251AD;
}
</style>
background-color css
<style>
a { background-color: #A251AD; }
a { background-color: rgb(162,81,173); }
div.DivClassName
{
background-color: #A251AD;
}
.BgClassName
{
background-color: #A251AD;
}
</style>
border-color css
<style>
span { border-color: #A251AD; }
span { border-color: rgb(162,81,173); }
td.TdClassName
{
border-color: #A251AD;
}
.TagClassName
{
border-color: #A251AD;
}
</style>