Shades of Violet Blue #A07299
Tints of Violet Blue #A07299
RGB
CMYK
RGB Variations
Color information
#A07299 (or 0xA07299) is known color: Violet Blue. HEX triplet: A0, 72 and 99. RGB value is (160,114,153). Sum of RGB (Red+Green+Blue) = 160+114+153=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A07299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07299 is #5F8D66. Grayscale: #848484. Windows color (decimal): -6262119 or 10056352. OLE color: 10056352.
HSL color Cylindrical-coordinate representation of color #A07299: hue angle of 309.13º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07299 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 153 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.37 |
| HSL | 309.13º | 0.19% | 0.54% | - |
| HSV(B) | 309.13º | 0.29% | 0.63% | - |
| XYZ | 26.26 | 21.81 | 32.96 | - |
| YUV | 132.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 153 | 0 | 0.29 | 0.04 | 0.37 | 309.13 | 0.19 | 0.54 |
| Hex | A0 | 72 | 99 | 0 | 1D | 4 | 25 | 135 | 13 | 36 |
| Octal | 240 | 162 | 231 | 0 | 35 | 4 | 45 | 465 | 23 | 66 |
| Binary | 10100000 | 1110010 | 10011001 | 0 | 11101 | 100 | 100101 | 100110101 | 10011 | 110110 |
Color Harmonies of #A07299
Complementary color
Monochromatic Colors of #A07299
Black with #A07299
Text Example
Text Example
White with #A07299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07299; }
p { color: rgb(160,114,153); }
H1.HeaderClassName
{
color: #A07299;
}
.AnyTagClassName
{
color: #A07299;
}
</style>
background-color css
<style>
a { background-color: #A07299; }
a { background-color: rgb(160,114,153); }
div.DivClassName
{
background-color: #A07299;
}
.BgClassName
{
background-color: #A07299;
}
</style>
border-color css
<style>
span { border-color: #A07299; }
span { border-color: rgb(160,114,153); }
td.TdClassName
{
border-color: #A07299;
}
.TagClassName
{
border-color: #A07299;
}
</style>