Shades of Violet Blue #AD659A
Tints of Violet Blue #AD659A
RGB
CMYK
RGB Variations
Color information
#AD659A (or 0xAD659A) is known color: Violet Blue. HEX triplet: AD, 65 and 9A. RGB value is (173,101,154). Sum of RGB (Red+Green+Blue) = 173+101+154=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD659A is #529A65. Grayscale: #808080. Windows color (decimal): -5413478 or 10118573. OLE color: 10118573.
HSL color Cylindrical-coordinate representation of color #AD659A: hue angle of 315.83º 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 #AD659A is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 154 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.32 |
| HSL | 315.83º | 0.31% | 0.54% | - |
| HSV(B) | 315.83º | 0.42% | 0.68% | - |
| XYZ | 27.72 | 20.52 | 33.07 | - |
| YUV | 128.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 154 | 0 | 0.42 | 0.11 | 0.32 | 315.83 | 0.31 | 0.54 |
| Hex | AD | 65 | 9A | 0 | 2A | B | 20 | 13C | 1F | 36 |
| Octal | 255 | 145 | 232 | 0 | 52 | 13 | 40 | 474 | 37 | 66 |
| Binary | 10101101 | 1100101 | 10011010 | 0 | 101010 | 1011 | 100000 | 100111100 | 11111 | 110110 |
Color Harmonies of #AD659A
Complementary color
Monochromatic Colors of #AD659A
Black with #AD659A
Text Example
Text Example
White with #AD659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD659A; }
p { color: rgb(173,101,154); }
H1.HeaderClassName
{
color: #AD659A;
}
.AnyTagClassName
{
color: #AD659A;
}
</style>
background-color css
<style>
a { background-color: #AD659A; }
a { background-color: rgb(173,101,154); }
div.DivClassName
{
background-color: #AD659A;
}
.BgClassName
{
background-color: #AD659A;
}
</style>
border-color css
<style>
span { border-color: #AD659A; }
span { border-color: rgb(173,101,154); }
td.TdClassName
{
border-color: #AD659A;
}
.TagClassName
{
border-color: #AD659A;
}
</style>