Shades of Violet Blue #AD5DA4
Tints of Violet Blue #AD5DA4
RGB
CMYK
RGB Variations
Color information
#AD5DA4 (or 0xAD5DA4) is known color: Violet Blue. HEX triplet: AD, 5D and A4. RGB value is (173,93,164). Sum of RGB (Red+Green+Blue) = 173+93+164=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5DA4 is #52A25B. Grayscale: #7C7C7C. Windows color (decimal): -5415516 or 10771885. OLE color: 10771885.
HSL color Cylindrical-coordinate representation of color #AD5DA4: hue angle of 306.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5DA4 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 164 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.32 |
| HSL | 306.75º | 0.33% | 0.52% | - |
| HSV(B) | 306.75º | 0.46% | 0.68% | - |
| XYZ | 27.85 | 19.39 | 37.4 | - |
| YUV | 125.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 164 | 0 | 0.46 | 0.05 | 0.32 | 306.75 | 0.33 | 0.52 |
| Hex | AD | 5D | A4 | 0 | 2E | 5 | 20 | 133 | 21 | 34 |
| Octal | 255 | 135 | 244 | 0 | 56 | 5 | 40 | 463 | 41 | 64 |
| Binary | 10101101 | 1011101 | 10100100 | 0 | 101110 | 101 | 100000 | 100110011 | 100001 | 110100 |
Color Harmonies of #AD5DA4
Complementary color
Monochromatic Colors of #AD5DA4
Black with #AD5DA4
Text Example
Text Example
White with #AD5DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DA4; }
p { color: rgb(173,93,164); }
H1.HeaderClassName
{
color: #AD5DA4;
}
.AnyTagClassName
{
color: #AD5DA4;
}
</style>
background-color css
<style>
a { background-color: #AD5DA4; }
a { background-color: rgb(173,93,164); }
div.DivClassName
{
background-color: #AD5DA4;
}
.BgClassName
{
background-color: #AD5DA4;
}
</style>
border-color css
<style>
span { border-color: #AD5DA4; }
span { border-color: rgb(173,93,164); }
td.TdClassName
{
border-color: #AD5DA4;
}
.TagClassName
{
border-color: #AD5DA4;
}
</style>