Shades of Violet Blue #AD5A95
Tints of Violet Blue #AD5A95
RGB
CMYK
RGB Variations
Color information
#AD5A95 (or 0xAD5A95) is known color: Violet Blue. HEX triplet: AD, 5A and 95. RGB value is (173,90,149). Sum of RGB (Red+Green+Blue) = 173+90+149=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A95 is #52A56A. Grayscale: #797979. Windows color (decimal): -5416299 or 9788077. OLE color: 9788077.
HSL color Cylindrical-coordinate representation of color #AD5A95: hue angle of 317.35º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD5A95 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 149 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.32 |
| HSL | 317.35º | 0.34% | 0.52% | - |
| HSV(B) | 317.35º | 0.48% | 0.68% | - |
| XYZ | 26.31 | 18.37 | 30.59 | - |
| YUV | 121.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 149 | 0 | 0.48 | 0.14 | 0.32 | 317.35 | 0.34 | 0.52 |
| Hex | AD | 5A | 95 | 0 | 30 | E | 20 | 13D | 22 | 34 |
| Octal | 255 | 132 | 225 | 0 | 60 | 16 | 40 | 475 | 42 | 64 |
| Binary | 10101101 | 1011010 | 10010101 | 0 | 110000 | 1110 | 100000 | 100111101 | 100010 | 110100 |
Color Harmonies of #AD5A95
Complementary color
Monochromatic Colors of #AD5A95
Black with #AD5A95
Text Example
Text Example
White with #AD5A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A95; }
p { color: rgb(173,90,149); }
H1.HeaderClassName
{
color: #AD5A95;
}
.AnyTagClassName
{
color: #AD5A95;
}
</style>
background-color css
<style>
a { background-color: #AD5A95; }
a { background-color: rgb(173,90,149); }
div.DivClassName
{
background-color: #AD5A95;
}
.BgClassName
{
background-color: #AD5A95;
}
</style>
border-color css
<style>
span { border-color: #AD5A95; }
span { border-color: rgb(173,90,149); }
td.TdClassName
{
border-color: #AD5A95;
}
.TagClassName
{
border-color: #AD5A95;
}
</style>