Shades of Violet Blue #AD4B9A
Tints of Violet Blue #AD4B9A
RGB
CMYK
RGB Variations
Color information
#AD4B9A (or 0xAD4B9A) is known color: Violet Blue. HEX triplet: AD, 4B and 9A. RGB value is (173,75,154). Sum of RGB (Red+Green+Blue) = 173+75+154=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B9A is #52B465. Grayscale: #717171. Windows color (decimal): -5420134 or 10111917. OLE color: 10111917.
HSL color Cylindrical-coordinate representation of color #AD4B9A: hue angle of 311.63º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4B9A is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 154 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.32 |
| HSL | 311.63º | 0.4% | 0.49% | - |
| HSV(B) | 311.63º | 0.57% | 0.68% | - |
| XYZ | 25.58 | 16.25 | 32.36 | - |
| YUV | 113.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 154 | 0 | 0.57 | 0.11 | 0.32 | 311.63 | 0.4 | 0.49 |
| Hex | AD | 4B | 9A | 0 | 39 | B | 20 | 138 | 28 | 31 |
| Octal | 255 | 113 | 232 | 0 | 71 | 13 | 40 | 470 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10011010 | 0 | 111001 | 1011 | 100000 | 100111000 | 101000 | 110001 |
Color Harmonies of #AD4B9A
Complementary color
Monochromatic Colors of #AD4B9A
Black with #AD4B9A
Text Example
Text Example
White with #AD4B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B9A; }
p { color: rgb(173,75,154); }
H1.HeaderClassName
{
color: #AD4B9A;
}
.AnyTagClassName
{
color: #AD4B9A;
}
</style>
background-color css
<style>
a { background-color: #AD4B9A; }
a { background-color: rgb(173,75,154); }
div.DivClassName
{
background-color: #AD4B9A;
}
.BgClassName
{
background-color: #AD4B9A;
}
</style>
border-color css
<style>
span { border-color: #AD4B9A; }
span { border-color: rgb(173,75,154); }
td.TdClassName
{
border-color: #AD4B9A;
}
.TagClassName
{
border-color: #AD4B9A;
}
</style>