Shades of Violet Blue #AD4CAA
Tints of Violet Blue #AD4CAA
RGB
CMYK
RGB Variations
Color information
#AD4CAA (or 0xAD4CAA) is known color: Violet Blue. HEX triplet: AD, 4C and AA. RGB value is (173,76,170). Sum of RGB (Red+Green+Blue) = 173+76+170=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4CAA is #52B355. Grayscale: #737373. Windows color (decimal): -5419862 or 11160749. OLE color: 11160749.
HSL color Cylindrical-coordinate representation of color #AD4CAA: hue angle of 301.86º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD4CAA is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 170 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.32 |
| HSL | 301.86º | 0.39% | 0.49% | - |
| HSV(B) | 301.86º | 0.56% | 0.68% | - |
| XYZ | 27.07 | 16.96 | 39.88 | - |
| YUV | 115.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 170 | 0 | 0.56 | 0.02 | 0.32 | 301.86 | 0.39 | 0.49 |
| Hex | AD | 4C | AA | 0 | 38 | 2 | 20 | 12E | 27 | 31 |
| Octal | 255 | 114 | 252 | 0 | 70 | 2 | 40 | 456 | 47 | 61 |
| Binary | 10101101 | 1001100 | 10101010 | 0 | 111000 | 10 | 100000 | 100101110 | 100111 | 110001 |
Color Harmonies of #AD4CAA
Complementary color
Monochromatic Colors of #AD4CAA
Black with #AD4CAA
Text Example
Text Example
White with #AD4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CAA; }
p { color: rgb(173,76,170); }
H1.HeaderClassName
{
color: #AD4CAA;
}
.AnyTagClassName
{
color: #AD4CAA;
}
</style>
background-color css
<style>
a { background-color: #AD4CAA; }
a { background-color: rgb(173,76,170); }
div.DivClassName
{
background-color: #AD4CAA;
}
.BgClassName
{
background-color: #AD4CAA;
}
</style>
border-color css
<style>
span { border-color: #AD4CAA; }
span { border-color: rgb(173,76,170); }
td.TdClassName
{
border-color: #AD4CAA;
}
.TagClassName
{
border-color: #AD4CAA;
}
</style>