Shades of Violet Blue #A960AD
Tints of Violet Blue #A960AD
RGB
CMYK
RGB Variations
Color information
#A960AD (or 0xA960AD) is known color: Violet Blue. HEX triplet: A9, 60 and AD. RGB value is (169,96,173). Sum of RGB (Red+Green+Blue) = 169+96+173=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #A960AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A960AD is #569F52. Grayscale: #7E7E7E. Windows color (decimal): -5676883 or 11362473. OLE color: 11362473.
HSL color Cylindrical-coordinate representation of color #A960AD: hue angle of 296.88º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A960AD is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 96 | 173 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.32 |
| HSL | 296.88º | 0.32% | 0.53% | - |
| HSV(B) | 296.88º | 0.45% | 0.68% | - |
| XYZ | 28.09 | 19.82 | 41.88 | - |
| YUV | 126.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 173 | 0.02 | 0.45 | 0 | 0.32 | 296.88 | 0.32 | 0.53 |
| Hex | A9 | 60 | AD | 2 | 2D | 0 | 20 | 129 | 20 | 35 |
| Octal | 251 | 140 | 255 | 2 | 55 | 0 | 40 | 451 | 40 | 65 |
| Binary | 10101001 | 1100000 | 10101101 | 10 | 101101 | 0 | 100000 | 100101001 | 100000 | 110101 |
Color Harmonies of #A960AD
Complementary color
Monochromatic Colors of #A960AD
Black with #A960AD
Text Example
Text Example
White with #A960AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960AD; }
p { color: rgb(169,96,173); }
H1.HeaderClassName
{
color: #A960AD;
}
.AnyTagClassName
{
color: #A960AD;
}
</style>
background-color css
<style>
a { background-color: #A960AD; }
a { background-color: rgb(169,96,173); }
div.DivClassName
{
background-color: #A960AD;
}
.BgClassName
{
background-color: #A960AD;
}
</style>
border-color css
<style>
span { border-color: #A960AD; }
span { border-color: rgb(169,96,173); }
td.TdClassName
{
border-color: #A960AD;
}
.TagClassName
{
border-color: #A960AD;
}
</style>