Shades of Violet Blue #A976AD
Tints of Violet Blue #A976AD
RGB
CMYK
RGB Variations
Color information
#A976AD (or 0xA976AD) is known color: Violet Blue. HEX triplet: A9, 76 and AD. RGB value is (169,118,173). Sum of RGB (Red+Green+Blue) = 169+118+173=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #A976AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A976AD is #568952. Grayscale: #8B8B8B. Windows color (decimal): -5671251 or 11368105. OLE color: 11368105.
HSL color Cylindrical-coordinate representation of color #A976AD: hue angle of 295.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A976AD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 118 | 173 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.32 |
| HSL | 295.64º | 0.25% | 0.57% | - |
| HSV(B) | 295.64º | 0.32% | 0.68% | - |
| XYZ | 30.38 | 24.41 | 42.65 | - |
| YUV | 139.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 173 | 0.02 | 0.32 | 0 | 0.32 | 295.64 | 0.25 | 0.57 |
| Hex | A9 | 76 | AD | 2 | 20 | 0 | 20 | 128 | 19 | 39 |
| Octal | 251 | 166 | 255 | 2 | 40 | 0 | 40 | 450 | 31 | 71 |
| Binary | 10101001 | 1110110 | 10101101 | 10 | 100000 | 0 | 100000 | 100101000 | 11001 | 111001 |
Color Harmonies of #A976AD
Complementary color
Monochromatic Colors of #A976AD
Black with #A976AD
Text Example
Text Example
White with #A976AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A976AD; }
p { color: rgb(169,118,173); }
H1.HeaderClassName
{
color: #A976AD;
}
.AnyTagClassName
{
color: #A976AD;
}
</style>
background-color css
<style>
a { background-color: #A976AD; }
a { background-color: rgb(169,118,173); }
div.DivClassName
{
background-color: #A976AD;
}
.BgClassName
{
background-color: #A976AD;
}
</style>
border-color css
<style>
span { border-color: #A976AD; }
span { border-color: rgb(169,118,173); }
td.TdClassName
{
border-color: #A976AD;
}
.TagClassName
{
border-color: #A976AD;
}
</style>