Shades of Violet Blue #AD6CA4
Tints of Violet Blue #AD6CA4
RGB
CMYK
RGB Variations
Color information
#AD6CA4 (or 0xAD6CA4) is known color: Violet Blue. HEX triplet: AD, 6C and A4. RGB value is (173,108,164). Sum of RGB (Red+Green+Blue) = 173+108+164=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6CA4 is #52935B. Grayscale: #858585. Windows color (decimal): -5411676 or 10775725. OLE color: 10775725.
HSL color Cylindrical-coordinate representation of color #AD6CA4: hue angle of 308.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6CA4 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 108 | 164 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.32 |
| HSL | 308.31º | 0.28% | 0.55% | - |
| HSV(B) | 308.31º | 0.38% | 0.68% | - |
| XYZ | 29.3 | 22.29 | 37.88 | - |
| YUV | 133.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 164 | 0 | 0.38 | 0.05 | 0.32 | 308.31 | 0.28 | 0.55 |
| Hex | AD | 6C | A4 | 0 | 26 | 5 | 20 | 134 | 1C | 37 |
| Octal | 255 | 154 | 244 | 0 | 46 | 5 | 40 | 464 | 34 | 67 |
| Binary | 10101101 | 1101100 | 10100100 | 0 | 100110 | 101 | 100000 | 100110100 | 11100 | 110111 |
Color Harmonies of #AD6CA4
Complementary color
Monochromatic Colors of #AD6CA4
Black with #AD6CA4
Text Example
Text Example
White with #AD6CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6CA4; }
p { color: rgb(173,108,164); }
H1.HeaderClassName
{
color: #AD6CA4;
}
.AnyTagClassName
{
color: #AD6CA4;
}
</style>
background-color css
<style>
a { background-color: #AD6CA4; }
a { background-color: rgb(173,108,164); }
div.DivClassName
{
background-color: #AD6CA4;
}
.BgClassName
{
background-color: #AD6CA4;
}
</style>
border-color css
<style>
span { border-color: #AD6CA4; }
span { border-color: rgb(173,108,164); }
td.TdClassName
{
border-color: #AD6CA4;
}
.TagClassName
{
border-color: #AD6CA4;
}
</style>