Shades of Violet Blue #AD65A9
Tints of Violet Blue #AD65A9
RGB
CMYK
RGB Variations
Color information
#AD65A9 (or 0xAD65A9) is known color: Violet Blue. HEX triplet: AD, 65 and A9. RGB value is (173,101,169). Sum of RGB (Red+Green+Blue) = 173+101+169=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD65A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD65A9 is #529A56. Grayscale: #828282. Windows color (decimal): -5413463 or 11101613. OLE color: 11101613.
HSL color Cylindrical-coordinate representation of color #AD65A9: hue angle of 303.33º 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 #AD65A9 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 169 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.32 |
| HSL | 303.33º | 0.31% | 0.54% | - |
| HSV(B) | 303.33º | 0.42% | 0.68% | - |
| XYZ | 29.05 | 21.06 | 40.07 | - |
| YUV | 130.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 169 | 0 | 0.42 | 0.02 | 0.32 | 303.33 | 0.31 | 0.54 |
| Hex | AD | 65 | A9 | 0 | 2A | 2 | 20 | 12F | 1F | 36 |
| Octal | 255 | 145 | 251 | 0 | 52 | 2 | 40 | 457 | 37 | 66 |
| Binary | 10101101 | 1100101 | 10101001 | 0 | 101010 | 10 | 100000 | 100101111 | 11111 | 110110 |
Color Harmonies of #AD65A9
Complementary color
Monochromatic Colors of #AD65A9
Black with #AD65A9
Text Example
Text Example
White with #AD65A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65A9; }
p { color: rgb(173,101,169); }
H1.HeaderClassName
{
color: #AD65A9;
}
.AnyTagClassName
{
color: #AD65A9;
}
</style>
background-color css
<style>
a { background-color: #AD65A9; }
a { background-color: rgb(173,101,169); }
div.DivClassName
{
background-color: #AD65A9;
}
.BgClassName
{
background-color: #AD65A9;
}
</style>
border-color css
<style>
span { border-color: #AD65A9; }
span { border-color: rgb(173,101,169); }
td.TdClassName
{
border-color: #AD65A9;
}
.TagClassName
{
border-color: #AD65A9;
}
</style>