Shades of Violet Blue #AD4AA0
Tints of Violet Blue #AD4AA0
RGB
CMYK
RGB Variations
Color information
#AD4AA0 (or 0xAD4AA0) is known color: Violet Blue. HEX triplet: AD, 4A and A0. RGB value is (173,74,160). Sum of RGB (Red+Green+Blue) = 173+74+160=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4AA0 is #52B55F. Grayscale: #717171. Windows color (decimal): -5420384 or 10504877. OLE color: 10504877.
HSL color Cylindrical-coordinate representation of color #AD4AA0: hue angle of 307.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4AA0 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 160 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.32 |
| HSL | 307.88º | 0.4% | 0.48% | - |
| HSV(B) | 307.88º | 0.57% | 0.68% | - |
| XYZ | 26.03 | 16.32 | 35.04 | - |
| YUV | 113.41 | 154.3 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 160 | 0 | 0.57 | 0.08 | 0.32 | 307.88 | 0.4 | 0.48 |
| Hex | AD | 4A | A0 | 0 | 39 | 8 | 20 | 134 | 28 | 30 |
| Octal | 255 | 112 | 240 | 0 | 71 | 10 | 40 | 464 | 50 | 60 |
| Binary | 10101101 | 1001010 | 10100000 | 0 | 111001 | 1000 | 100000 | 100110100 | 101000 | 110000 |
Color Harmonies of #AD4AA0
Complementary color
Monochromatic Colors of #AD4AA0
Black with #AD4AA0
Text Example
Text Example
White with #AD4AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4AA0; }
p { color: rgb(173,74,160); }
H1.HeaderClassName
{
color: #AD4AA0;
}
.AnyTagClassName
{
color: #AD4AA0;
}
</style>
background-color css
<style>
a { background-color: #AD4AA0; }
a { background-color: rgb(173,74,160); }
div.DivClassName
{
background-color: #AD4AA0;
}
.BgClassName
{
background-color: #AD4AA0;
}
</style>
border-color css
<style>
span { border-color: #AD4AA0; }
span { border-color: rgb(173,74,160); }
td.TdClassName
{
border-color: #AD4AA0;
}
.TagClassName
{
border-color: #AD4AA0;
}
</style>