Shades of Violet Blue #AD4BAA
Tints of Violet Blue #AD4BAA
RGB
CMYK
RGB Variations
Color information
#AD4BAA (or 0xAD4BAA) is known color: Violet Blue. HEX triplet: AD, 4B and AA. RGB value is (173,75,170). Sum of RGB (Red+Green+Blue) = 173+75+170=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4BAA is #52B455. Grayscale: #727272. Windows color (decimal): -5420118 or 11160493. OLE color: 11160493.
HSL color Cylindrical-coordinate representation of color #AD4BAA: hue angle of 301.84º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4BAA is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 170 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.32 |
| HSL | 301.84º | 0.4% | 0.49% | - |
| HSV(B) | 301.84º | 0.57% | 0.68% | - |
| XYZ | 27.01 | 16.82 | 39.85 | - |
| YUV | 115.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 170 | 0 | 0.57 | 0.02 | 0.32 | 301.84 | 0.4 | 0.49 |
| Hex | AD | 4B | AA | 0 | 39 | 2 | 20 | 12E | 28 | 31 |
| Octal | 255 | 113 | 252 | 0 | 71 | 2 | 40 | 456 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10101010 | 0 | 111001 | 10 | 100000 | 100101110 | 101000 | 110001 |
Color Harmonies of #AD4BAA
Complementary color
Monochromatic Colors of #AD4BAA
Black with #AD4BAA
Text Example
Text Example
White with #AD4BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BAA; }
p { color: rgb(173,75,170); }
H1.HeaderClassName
{
color: #AD4BAA;
}
.AnyTagClassName
{
color: #AD4BAA;
}
</style>
background-color css
<style>
a { background-color: #AD4BAA; }
a { background-color: rgb(173,75,170); }
div.DivClassName
{
background-color: #AD4BAA;
}
.BgClassName
{
background-color: #AD4BAA;
}
</style>
border-color css
<style>
span { border-color: #AD4BAA; }
span { border-color: rgb(173,75,170); }
td.TdClassName
{
border-color: #AD4BAA;
}
.TagClassName
{
border-color: #AD4BAA;
}
</style>