Shades of Violet Blue #A973AF
Tints of Violet Blue #A973AF
RGB
CMYK
RGB Variations
Color information
#A973AF (or 0xA973AF) is known color: Violet Blue. HEX triplet: A9, 73 and AF. RGB value is (169,115,175). Sum of RGB (Red+Green+Blue) = 169+115+175=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #A973AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A973AF is #568C50. Grayscale: #898989. Windows color (decimal): -5672017 or 11498409. OLE color: 11498409.
HSL color Cylindrical-coordinate representation of color #A973AF: hue angle of 294º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A973AF is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 115 | 175 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.31 |
| HSL | 294º | 0.27% | 0.57% | - |
| HSV(B) | 294º | 0.34% | 0.69% | - |
| XYZ | 30.23 | 23.79 | 43.56 | - |
| YUV | 137.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 175 | 0.03 | 0.34 | 0 | 0.31 | 294 | 0.27 | 0.57 |
| Hex | A9 | 73 | AF | 3 | 22 | 0 | 1F | 126 | 1B | 39 |
| Octal | 251 | 163 | 257 | 3 | 42 | 0 | 37 | 446 | 33 | 71 |
| Binary | 10101001 | 1110011 | 10101111 | 11 | 100010 | 0 | 11111 | 100100110 | 11011 | 111001 |
Color Harmonies of #A973AF
Complementary color
Monochromatic Colors of #A973AF
Black with #A973AF
Text Example
Text Example
White with #A973AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973AF; }
p { color: rgb(169,115,175); }
H1.HeaderClassName
{
color: #A973AF;
}
.AnyTagClassName
{
color: #A973AF;
}
</style>
background-color css
<style>
a { background-color: #A973AF; }
a { background-color: rgb(169,115,175); }
div.DivClassName
{
background-color: #A973AF;
}
.BgClassName
{
background-color: #A973AF;
}
</style>
border-color css
<style>
span { border-color: #A973AF; }
span { border-color: rgb(169,115,175); }
td.TdClassName
{
border-color: #A973AF;
}
.TagClassName
{
border-color: #A973AF;
}
</style>