Shades of Violet Blue #AD65AB
Tints of Violet Blue #AD65AB
RGB
CMYK
RGB Variations
Color information
#AD65AB (or 0xAD65AB) is known color: Violet Blue. HEX triplet: AD, 65 and AB. RGB value is (173,101,171). Sum of RGB (Red+Green+Blue) = 173+101+171=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD65AB is #529A54. Grayscale: #828282. Windows color (decimal): -5413461 or 11232685. OLE color: 11232685.
HSL color Cylindrical-coordinate representation of color #AD65AB: hue angle of 301.67º 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 #AD65AB is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 171 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.32 |
| HSL | 301.67º | 0.31% | 0.54% | - |
| HSV(B) | 301.67º | 0.42% | 0.68% | - |
| XYZ | 29.24 | 21.13 | 41.07 | - |
| YUV | 130.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 171 | 0 | 0.42 | 0.01 | 0.32 | 301.67 | 0.31 | 0.54 |
| Hex | AD | 65 | AB | 0 | 2A | 1 | 20 | 12E | 1F | 36 |
| Octal | 255 | 145 | 253 | 0 | 52 | 1 | 40 | 456 | 37 | 66 |
| Binary | 10101101 | 1100101 | 10101011 | 0 | 101010 | 1 | 100000 | 100101110 | 11111 | 110110 |
Color Harmonies of #AD65AB
Complementary color
Monochromatic Colors of #AD65AB
Black with #AD65AB
Text Example
Text Example
White with #AD65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65AB; }
p { color: rgb(173,101,171); }
H1.HeaderClassName
{
color: #AD65AB;
}
.AnyTagClassName
{
color: #AD65AB;
}
</style>
background-color css
<style>
a { background-color: #AD65AB; }
a { background-color: rgb(173,101,171); }
div.DivClassName
{
background-color: #AD65AB;
}
.BgClassName
{
background-color: #AD65AB;
}
</style>
border-color css
<style>
span { border-color: #AD65AB; }
span { border-color: rgb(173,101,171); }
td.TdClassName
{
border-color: #AD65AB;
}
.TagClassName
{
border-color: #AD65AB;
}
</style>