Shades of Violet Blue #AD69A1
Tints of Violet Blue #AD69A1
RGB
CMYK
RGB Variations
Color information
#AD69A1 (or 0xAD69A1) is known color: Violet Blue. HEX triplet: AD, 69 and A1. RGB value is (173,105,161). Sum of RGB (Red+Green+Blue) = 173+105+161=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD69A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD69A1 is #52965E. Grayscale: #838383. Windows color (decimal): -5412447 or 10578349. OLE color: 10578349.
HSL color Cylindrical-coordinate representation of color #AD69A1: hue angle of 310.59º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD69A1 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 161 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.32 |
| HSL | 310.59º | 0.29% | 0.55% | - |
| HSV(B) | 310.59º | 0.39% | 0.68% | - |
| XYZ | 28.72 | 21.56 | 36.37 | - |
| YUV | 131.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 161 | 0 | 0.39 | 0.07 | 0.32 | 310.59 | 0.29 | 0.55 |
| Hex | AD | 69 | A1 | 0 | 27 | 7 | 20 | 137 | 1D | 37 |
| Octal | 255 | 151 | 241 | 0 | 47 | 7 | 40 | 467 | 35 | 67 |
| Binary | 10101101 | 1101001 | 10100001 | 0 | 100111 | 111 | 100000 | 100110111 | 11101 | 110111 |
Color Harmonies of #AD69A1
Complementary color
Monochromatic Colors of #AD69A1
Black with #AD69A1
Text Example
Text Example
White with #AD69A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD69A1; }
p { color: rgb(173,105,161); }
H1.HeaderClassName
{
color: #AD69A1;
}
.AnyTagClassName
{
color: #AD69A1;
}
</style>
background-color css
<style>
a { background-color: #AD69A1; }
a { background-color: rgb(173,105,161); }
div.DivClassName
{
background-color: #AD69A1;
}
.BgClassName
{
background-color: #AD69A1;
}
</style>
border-color css
<style>
span { border-color: #AD69A1; }
span { border-color: rgb(173,105,161); }
td.TdClassName
{
border-color: #AD69A1;
}
.TagClassName
{
border-color: #AD69A1;
}
</style>