Shades of Violet Blue #AD44A2
Tints of Violet Blue #AD44A2
RGB
CMYK
RGB Variations
Color information
#AD44A2 (or 0xAD44A2) is known color: Violet Blue. HEX triplet: AD, 44 and A2. RGB value is (173,68,162). Sum of RGB (Red+Green+Blue) = 173+68+162=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD44A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD44A2 is #52BB5D. Grayscale: #6D6D6D. Windows color (decimal): -5421918 or 10634413. OLE color: 10634413.
HSL color Cylindrical-coordinate representation of color #AD44A2: hue angle of 306.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD44A2 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 162 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.32 |
| HSL | 306.29º | 0.44% | 0.47% | - |
| HSV(B) | 306.29º | 0.61% | 0.68% | - |
| XYZ | 25.82 | 15.63 | 35.84 | - |
| YUV | 110.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 162 | 0 | 0.61 | 0.06 | 0.32 | 306.29 | 0.44 | 0.47 |
| Hex | AD | 44 | A2 | 0 | 3D | 6 | 20 | 132 | 2C | 2F |
| Octal | 255 | 104 | 242 | 0 | 75 | 6 | 40 | 462 | 54 | 57 |
| Binary | 10101101 | 1000100 | 10100010 | 0 | 111101 | 110 | 100000 | 100110010 | 101100 | 101111 |
Color Harmonies of #AD44A2
Complementary color
Monochromatic Colors of #AD44A2
Black with #AD44A2
Text Example
Text Example
White with #AD44A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD44A2; }
p { color: rgb(173,68,162); }
H1.HeaderClassName
{
color: #AD44A2;
}
.AnyTagClassName
{
color: #AD44A2;
}
</style>
background-color css
<style>
a { background-color: #AD44A2; }
a { background-color: rgb(173,68,162); }
div.DivClassName
{
background-color: #AD44A2;
}
.BgClassName
{
background-color: #AD44A2;
}
</style>
border-color css
<style>
span { border-color: #AD44A2; }
span { border-color: rgb(173,68,162); }
td.TdClassName
{
border-color: #AD44A2;
}
.TagClassName
{
border-color: #AD44A2;
}
</style>