Shades of Violet Blue #AD4CAC
Tints of Violet Blue #AD4CAC
RGB
CMYK
RGB Variations
Color information
#AD4CAC (or 0xAD4CAC) is known color: Violet Blue. HEX triplet: AD, 4C and AC. RGB value is (173,76,172). Sum of RGB (Red+Green+Blue) = 173+76+172=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4CAC is #52B353. Grayscale: #737373. Windows color (decimal): -5419860 or 11291821. OLE color: 11291821.
HSL color Cylindrical-coordinate representation of color #AD4CAC: hue angle of 300.62º 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 #AD4CAC is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 172 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.32 |
| HSL | 300.62º | 0.39% | 0.49% | - |
| HSV(B) | 300.62º | 0.56% | 0.68% | - |
| XYZ | 27.26 | 17.03 | 40.88 | - |
| YUV | 115.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 172 | 0 | 0.56 | 0.01 | 0.32 | 300.62 | 0.39 | 0.49 |
| Hex | AD | 4C | AC | 0 | 38 | 1 | 20 | 12D | 27 | 31 |
| Octal | 255 | 114 | 254 | 0 | 70 | 1 | 40 | 455 | 47 | 61 |
| Binary | 10101101 | 1001100 | 10101100 | 0 | 111000 | 1 | 100000 | 100101101 | 100111 | 110001 |
Color Harmonies of #AD4CAC
Complementary color
Monochromatic Colors of #AD4CAC
Black with #AD4CAC
Text Example
Text Example
White with #AD4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CAC; }
p { color: rgb(173,76,172); }
H1.HeaderClassName
{
color: #AD4CAC;
}
.AnyTagClassName
{
color: #AD4CAC;
}
</style>
background-color css
<style>
a { background-color: #AD4CAC; }
a { background-color: rgb(173,76,172); }
div.DivClassName
{
background-color: #AD4CAC;
}
.BgClassName
{
background-color: #AD4CAC;
}
</style>
border-color css
<style>
span { border-color: #AD4CAC; }
span { border-color: rgb(173,76,172); }
td.TdClassName
{
border-color: #AD4CAC;
}
.TagClassName
{
border-color: #AD4CAC;
}
</style>