Shades of Violet Blue #AD65A1
Tints of Violet Blue #AD65A1
RGB
CMYK
RGB Variations
Color information
#AD65A1 (or 0xAD65A1) is known color: Violet Blue. HEX triplet: AD, 65 and A1. RGB value is (173,101,161). Sum of RGB (Red+Green+Blue) = 173+101+161=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD65A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD65A1 is #529A5E. Grayscale: #818181. Windows color (decimal): -5413471 or 10577325. OLE color: 10577325.
HSL color Cylindrical-coordinate representation of color #AD65A1: hue angle of 310º 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 #AD65A1 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 161 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.32 |
| HSL | 310º | 0.31% | 0.54% | - |
| HSV(B) | 310º | 0.42% | 0.68% | - |
| XYZ | 28.32 | 20.76 | 36.23 | - |
| YUV | 129.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 161 | 0 | 0.42 | 0.07 | 0.32 | 310 | 0.31 | 0.54 |
| Hex | AD | 65 | A1 | 0 | 2A | 7 | 20 | 136 | 1F | 36 |
| Octal | 255 | 145 | 241 | 0 | 52 | 7 | 40 | 466 | 37 | 66 |
| Binary | 10101101 | 1100101 | 10100001 | 0 | 101010 | 111 | 100000 | 100110110 | 11111 | 110110 |
Color Harmonies of #AD65A1
Complementary color
Monochromatic Colors of #AD65A1
Black with #AD65A1
Text Example
Text Example
White with #AD65A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65A1; }
p { color: rgb(173,101,161); }
H1.HeaderClassName
{
color: #AD65A1;
}
.AnyTagClassName
{
color: #AD65A1;
}
</style>
background-color css
<style>
a { background-color: #AD65A1; }
a { background-color: rgb(173,101,161); }
div.DivClassName
{
background-color: #AD65A1;
}
.BgClassName
{
background-color: #AD65A1;
}
</style>
border-color css
<style>
span { border-color: #AD65A1; }
span { border-color: rgb(173,101,161); }
td.TdClassName
{
border-color: #AD65A1;
}
.TagClassName
{
border-color: #AD65A1;
}
</style>