Shades of Violet Blue #AD6FA3
Tints of Violet Blue #AD6FA3
RGB
CMYK
RGB Variations
Color information
#AD6FA3 (or 0xAD6FA3) is known color: Violet Blue. HEX triplet: AD, 6F and A3. RGB value is (173,111,163). Sum of RGB (Red+Green+Blue) = 173+111+163=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6FA3 is #52905C. Grayscale: #878787. Windows color (decimal): -5410909 or 10710957. OLE color: 10710957.
HSL color Cylindrical-coordinate representation of color #AD6FA3: hue angle of 309.68º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD6FA3 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 163 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.32 |
| HSL | 309.68º | 0.27% | 0.56% | - |
| HSV(B) | 309.68º | 0.36% | 0.68% | - |
| XYZ | 29.53 | 22.9 | 37.51 | - |
| YUV | 135.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 163 | 0 | 0.36 | 0.06 | 0.32 | 309.68 | 0.27 | 0.56 |
| Hex | AD | 6F | A3 | 0 | 24 | 6 | 20 | 136 | 1B | 38 |
| Octal | 255 | 157 | 243 | 0 | 44 | 6 | 40 | 466 | 33 | 70 |
| Binary | 10101101 | 1101111 | 10100011 | 0 | 100100 | 110 | 100000 | 100110110 | 11011 | 111000 |
Color Harmonies of #AD6FA3
Complementary color
Monochromatic Colors of #AD6FA3
Black with #AD6FA3
Text Example
Text Example
White with #AD6FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FA3; }
p { color: rgb(173,111,163); }
H1.HeaderClassName
{
color: #AD6FA3;
}
.AnyTagClassName
{
color: #AD6FA3;
}
</style>
background-color css
<style>
a { background-color: #AD6FA3; }
a { background-color: rgb(173,111,163); }
div.DivClassName
{
background-color: #AD6FA3;
}
.BgClassName
{
background-color: #AD6FA3;
}
</style>
border-color css
<style>
span { border-color: #AD6FA3; }
span { border-color: rgb(173,111,163); }
td.TdClassName
{
border-color: #AD6FA3;
}
.TagClassName
{
border-color: #AD6FA3;
}
</style>