Shades of Violet Blue #AD45A2
Tints of Violet Blue #AD45A2
RGB
CMYK
RGB Variations
Color information
#AD45A2 (or 0xAD45A2) is known color: Violet Blue. HEX triplet: AD, 45 and A2. RGB value is (173,69,162). Sum of RGB (Red+Green+Blue) = 173+69+162=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD45A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD45A2 is #52BA5D. Grayscale: #6E6E6E. Windows color (decimal): -5421662 or 10634669. OLE color: 10634669.
HSL color Cylindrical-coordinate representation of color #AD45A2: hue angle of 306.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD45A2 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 162 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.32 |
| HSL | 306.35º | 0.43% | 0.47% | - |
| HSV(B) | 306.35º | 0.6% | 0.68% | - |
| XYZ | 25.88 | 15.75 | 35.86 | - |
| YUV | 110.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 162 | 0 | 0.60 | 0.06 | 0.32 | 306.35 | 0.43 | 0.47 |
| Hex | AD | 45 | A2 | 0 | 3C | 6 | 20 | 132 | 2B | 2F |
| Octal | 255 | 105 | 242 | 0 | 74 | 6 | 40 | 462 | 53 | 57 |
| Binary | 10101101 | 1000101 | 10100010 | 0 | 111100 | 110 | 100000 | 100110010 | 101011 | 101111 |
Color Harmonies of #AD45A2
Complementary color
Monochromatic Colors of #AD45A2
Black with #AD45A2
Text Example
Text Example
White with #AD45A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD45A2; }
p { color: rgb(173,69,162); }
H1.HeaderClassName
{
color: #AD45A2;
}
.AnyTagClassName
{
color: #AD45A2;
}
</style>
background-color css
<style>
a { background-color: #AD45A2; }
a { background-color: rgb(173,69,162); }
div.DivClassName
{
background-color: #AD45A2;
}
.BgClassName
{
background-color: #AD45A2;
}
</style>
border-color css
<style>
span { border-color: #AD45A2; }
span { border-color: rgb(173,69,162); }
td.TdClassName
{
border-color: #AD45A2;
}
.TagClassName
{
border-color: #AD45A2;
}
</style>