Shades of Violet Blue #AD4BAC
Tints of Violet Blue #AD4BAC
RGB
CMYK
RGB Variations
Color information
#AD4BAC (or 0xAD4BAC) is known color: Violet Blue. HEX triplet: AD, 4B and AC. RGB value is (173,75,172). Sum of RGB (Red+Green+Blue) = 173+75+172=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4BAC is #52B453. Grayscale: #737373. Windows color (decimal): -5420116 or 11291565. OLE color: 11291565.
HSL color Cylindrical-coordinate representation of color #AD4BAC: hue angle of 300.61º 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 #AD4BAC is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 172 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.32 |
| HSL | 300.61º | 0.4% | 0.49% | - |
| HSV(B) | 300.61º | 0.57% | 0.68% | - |
| XYZ | 27.2 | 16.89 | 40.86 | - |
| YUV | 115.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 172 | 0 | 0.57 | 0.01 | 0.32 | 300.61 | 0.4 | 0.49 |
| Hex | AD | 4B | AC | 0 | 39 | 1 | 20 | 12D | 28 | 31 |
| Octal | 255 | 113 | 254 | 0 | 71 | 1 | 40 | 455 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10101100 | 0 | 111001 | 1 | 100000 | 100101101 | 101000 | 110001 |
Color Harmonies of #AD4BAC
Complementary color
Monochromatic Colors of #AD4BAC
Black with #AD4BAC
Text Example
Text Example
White with #AD4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BAC; }
p { color: rgb(173,75,172); }
H1.HeaderClassName
{
color: #AD4BAC;
}
.AnyTagClassName
{
color: #AD4BAC;
}
</style>
background-color css
<style>
a { background-color: #AD4BAC; }
a { background-color: rgb(173,75,172); }
div.DivClassName
{
background-color: #AD4BAC;
}
.BgClassName
{
background-color: #AD4BAC;
}
</style>
border-color css
<style>
span { border-color: #AD4BAC; }
span { border-color: rgb(173,75,172); }
td.TdClassName
{
border-color: #AD4BAC;
}
.TagClassName
{
border-color: #AD4BAC;
}
</style>