Shades of Violet Blue #A9619D
Tints of Violet Blue #A9619D
RGB
CMYK
RGB Variations
Color information
#A9619D (or 0xA9619D) is known color: Violet Blue. HEX triplet: A9, 61 and 9D. RGB value is (169,97,157). Sum of RGB (Red+Green+Blue) = 169+97+157=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A9619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9619D is #569E62. Grayscale: #7D7D7D. Windows color (decimal): -5676643 or 10314153. OLE color: 10314153.
HSL color Cylindrical-coordinate representation of color #A9619D: hue angle of 310º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9619D is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 157 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.34 |
| HSL | 310º | 0.3% | 0.52% | - |
| HSV(B) | 310º | 0.43% | 0.66% | - |
| XYZ | 26.72 | 19.42 | 34.24 | - |
| YUV | 125.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 157 | 0 | 0.43 | 0.07 | 0.34 | 310 | 0.3 | 0.52 |
| Hex | A9 | 61 | 9D | 0 | 2B | 7 | 22 | 136 | 1E | 34 |
| Octal | 251 | 141 | 235 | 0 | 53 | 7 | 42 | 466 | 36 | 64 |
| Binary | 10101001 | 1100001 | 10011101 | 0 | 101011 | 111 | 100010 | 100110110 | 11110 | 110100 |
Color Harmonies of #A9619D
Complementary color
Monochromatic Colors of #A9619D
Black with #A9619D
Text Example
Text Example
White with #A9619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9619D; }
p { color: rgb(169,97,157); }
H1.HeaderClassName
{
color: #A9619D;
}
.AnyTagClassName
{
color: #A9619D;
}
</style>
background-color css
<style>
a { background-color: #A9619D; }
a { background-color: rgb(169,97,157); }
div.DivClassName
{
background-color: #A9619D;
}
.BgClassName
{
background-color: #A9619D;
}
</style>
border-color css
<style>
span { border-color: #A9619D; }
span { border-color: rgb(169,97,157); }
td.TdClassName
{
border-color: #A9619D;
}
.TagClassName
{
border-color: #A9619D;
}
</style>