Shades of Violet Blue #AD64A0
Tints of Violet Blue #AD64A0
RGB
CMYK
RGB Variations
Color information
#AD64A0 (or 0xAD64A0) is known color: Violet Blue. HEX triplet: AD, 64 and A0. RGB value is (173,100,160). Sum of RGB (Red+Green+Blue) = 173+100+160=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD64A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD64A0 is #529B5F. Grayscale: #808080. Windows color (decimal): -5413728 or 10511533. OLE color: 10511533.
HSL color Cylindrical-coordinate representation of color #AD64A0: hue angle of 310.68º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD64A0 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 160 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.32 |
| HSL | 310.68º | 0.31% | 0.54% | - |
| HSV(B) | 310.68º | 0.42% | 0.68% | - |
| XYZ | 28.14 | 20.54 | 35.74 | - |
| YUV | 128.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 160 | 0 | 0.42 | 0.08 | 0.32 | 310.68 | 0.31 | 0.54 |
| Hex | AD | 64 | A0 | 0 | 2A | 8 | 20 | 137 | 1F | 36 |
| Octal | 255 | 144 | 240 | 0 | 52 | 10 | 40 | 467 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10100000 | 0 | 101010 | 1000 | 100000 | 100110111 | 11111 | 110110 |
Color Harmonies of #AD64A0
Complementary color
Monochromatic Colors of #AD64A0
Black with #AD64A0
Text Example
Text Example
White with #AD64A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64A0; }
p { color: rgb(173,100,160); }
H1.HeaderClassName
{
color: #AD64A0;
}
.AnyTagClassName
{
color: #AD64A0;
}
</style>
background-color css
<style>
a { background-color: #AD64A0; }
a { background-color: rgb(173,100,160); }
div.DivClassName
{
background-color: #AD64A0;
}
.BgClassName
{
background-color: #AD64A0;
}
</style>
border-color css
<style>
span { border-color: #AD64A0; }
span { border-color: rgb(173,100,160); }
td.TdClassName
{
border-color: #AD64A0;
}
.TagClassName
{
border-color: #AD64A0;
}
</style>