Shades of Violet Blue #AD65AA
Tints of Violet Blue #AD65AA
RGB
CMYK
RGB Variations
Color information
#AD65AA (or 0xAD65AA) is known color: Violet Blue. HEX triplet: AD, 65 and AA. RGB value is (173,101,170). Sum of RGB (Red+Green+Blue) = 173+101+170=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD65AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD65AA is #529A55. Grayscale: #828282. Windows color (decimal): -5413462 or 11167149. OLE color: 11167149.
HSL color Cylindrical-coordinate representation of color #AD65AA: hue angle of 302.5º 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 #AD65AA is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 170 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.32 |
| HSL | 302.5º | 0.31% | 0.54% | - |
| HSV(B) | 302.5º | 0.42% | 0.68% | - |
| XYZ | 29.14 | 21.09 | 40.57 | - |
| YUV | 130.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 170 | 0 | 0.42 | 0.02 | 0.32 | 302.5 | 0.31 | 0.54 |
| Hex | AD | 65 | AA | 0 | 2A | 2 | 20 | 12E | 1F | 36 |
| Octal | 255 | 145 | 252 | 0 | 52 | 2 | 40 | 456 | 37 | 66 |
| Binary | 10101101 | 1100101 | 10101010 | 0 | 101010 | 10 | 100000 | 100101110 | 11111 | 110110 |
Color Harmonies of #AD65AA
Complementary color
Monochromatic Colors of #AD65AA
Black with #AD65AA
Text Example
Text Example
White with #AD65AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65AA; }
p { color: rgb(173,101,170); }
H1.HeaderClassName
{
color: #AD65AA;
}
.AnyTagClassName
{
color: #AD65AA;
}
</style>
background-color css
<style>
a { background-color: #AD65AA; }
a { background-color: rgb(173,101,170); }
div.DivClassName
{
background-color: #AD65AA;
}
.BgClassName
{
background-color: #AD65AA;
}
</style>
border-color css
<style>
span { border-color: #AD65AA; }
span { border-color: rgb(173,101,170); }
td.TdClassName
{
border-color: #AD65AA;
}
.TagClassName
{
border-color: #AD65AA;
}
</style>