Shades of Violet Blue #AD37A5
Tints of Violet Blue #AD37A5
RGB
CMYK
RGB Variations
Color information
#AD37A5 (or 0xAD37A5) is known color: Violet Blue. HEX triplet: AD, 37 and A5. RGB value is (173,55,165). Sum of RGB (Red+Green+Blue) = 173+55+165=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD37A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD37A5 is #52C85A. Grayscale: #666666. Windows color (decimal): -5425243 or 10827693. OLE color: 10827693.
HSL color Cylindrical-coordinate representation of color #AD37A5: hue angle of 304.07º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD37A5 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 165 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.32 |
| HSL | 304.07º | 0.52% | 0.45% | - |
| HSV(B) | 304.07º | 0.68% | 0.68% | - |
| XYZ | 25.39 | 14.33 | 37.03 | - |
| YUV | 102.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 165 | 0 | 0.68 | 0.05 | 0.32 | 304.07 | 0.52 | 0.45 |
| Hex | AD | 37 | A5 | 0 | 44 | 5 | 20 | 130 | 34 | 2D |
| Octal | 255 | 67 | 245 | 0 | 104 | 5 | 40 | 460 | 64 | 55 |
| Binary | 10101101 | 110111 | 10100101 | 0 | 1000100 | 101 | 100000 | 100110000 | 110100 | 101101 |
Color Harmonies of #AD37A5
Complementary color
Monochromatic Colors of #AD37A5
Black with #AD37A5
Text Example
Text Example
White with #AD37A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37A5; }
p { color: rgb(173,55,165); }
H1.HeaderClassName
{
color: #AD37A5;
}
.AnyTagClassName
{
color: #AD37A5;
}
</style>
background-color css
<style>
a { background-color: #AD37A5; }
a { background-color: rgb(173,55,165); }
div.DivClassName
{
background-color: #AD37A5;
}
.BgClassName
{
background-color: #AD37A5;
}
</style>
border-color css
<style>
span { border-color: #AD37A5; }
span { border-color: rgb(173,55,165); }
td.TdClassName
{
border-color: #AD37A5;
}
.TagClassName
{
border-color: #AD37A5;
}
</style>