Shades of Violet Blue #A95D9C
Tints of Violet Blue #A95D9C
RGB
CMYK
RGB Variations
Color information
#A95D9C (or 0xA95D9C) is known color: Violet Blue. HEX triplet: A9, 5D and 9C. RGB value is (169,93,156). Sum of RGB (Red+Green+Blue) = 169+93+156=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95D9C is #56A263. Grayscale: #7A7A7A. Windows color (decimal): -5677668 or 10247593. OLE color: 10247593.
HSL color Cylindrical-coordinate representation of color #A95D9C: hue angle of 310.26º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A95D9C is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 93 | 156 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.34 |
| HSL | 310.26º | 0.31% | 0.51% | - |
| HSV(B) | 310.26º | 0.45% | 0.66% | - |
| XYZ | 26.28 | 18.66 | 33.67 | - |
| YUV | 122.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 156 | 0 | 0.45 | 0.08 | 0.34 | 310.26 | 0.31 | 0.51 |
| Hex | A9 | 5D | 9C | 0 | 2D | 8 | 22 | 136 | 1F | 33 |
| Octal | 251 | 135 | 234 | 0 | 55 | 10 | 42 | 466 | 37 | 63 |
| Binary | 10101001 | 1011101 | 10011100 | 0 | 101101 | 1000 | 100010 | 100110110 | 11111 | 110011 |
Color Harmonies of #A95D9C
Complementary color
Monochromatic Colors of #A95D9C
Black with #A95D9C
Text Example
Text Example
White with #A95D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95D9C; }
p { color: rgb(169,93,156); }
H1.HeaderClassName
{
color: #A95D9C;
}
.AnyTagClassName
{
color: #A95D9C;
}
</style>
background-color css
<style>
a { background-color: #A95D9C; }
a { background-color: rgb(169,93,156); }
div.DivClassName
{
background-color: #A95D9C;
}
.BgClassName
{
background-color: #A95D9C;
}
</style>
border-color css
<style>
span { border-color: #A95D9C; }
span { border-color: rgb(169,93,156); }
td.TdClassName
{
border-color: #A95D9C;
}
.TagClassName
{
border-color: #A95D9C;
}
</style>