Shades of Violet Blue #A95DB0
Tints of Violet Blue #A95DB0
RGB
CMYK
RGB Variations
Color information
#A95DB0 (or 0xA95DB0) is known color: Violet Blue. HEX triplet: A9, 5D and B0. RGB value is (169,93,176). Sum of RGB (Red+Green+Blue) = 169+93+176=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 176 - color contains mainly: blue. Hex color #A95DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95DB0 is #56A24F. Grayscale: #7C7C7C. Windows color (decimal): -5677648 or 11558313. OLE color: 11558313.
HSL color Cylindrical-coordinate representation of color #A95DB0: hue angle of 294.94º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95DB0 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 93 | 176 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.31 |
| HSL | 294.94º | 0.34% | 0.53% | - |
| HSV(B) | 294.94º | 0.47% | 0.69% | - |
| XYZ | 28.11 | 19.4 | 43.34 | - |
| YUV | 125.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 176 | 0.04 | 0.47 | 0 | 0.31 | 294.94 | 0.34 | 0.53 |
| Hex | A9 | 5D | B0 | 4 | 2F | 0 | 1F | 127 | 22 | 35 |
| Octal | 251 | 135 | 260 | 4 | 57 | 0 | 37 | 447 | 42 | 65 |
| Binary | 10101001 | 1011101 | 10110000 | 100 | 101111 | 0 | 11111 | 100100111 | 100010 | 110101 |
Color Harmonies of #A95DB0
Complementary color
Monochromatic Colors of #A95DB0
Black with #A95DB0
Text Example
Text Example
White with #A95DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95DB0; }
p { color: rgb(169,93,176); }
H1.HeaderClassName
{
color: #A95DB0;
}
.AnyTagClassName
{
color: #A95DB0;
}
</style>
background-color css
<style>
a { background-color: #A95DB0; }
a { background-color: rgb(169,93,176); }
div.DivClassName
{
background-color: #A95DB0;
}
.BgClassName
{
background-color: #A95DB0;
}
</style>
border-color css
<style>
span { border-color: #A95DB0; }
span { border-color: rgb(169,93,176); }
td.TdClassName
{
border-color: #A95DB0;
}
.TagClassName
{
border-color: #A95DB0;
}
</style>