Shades of Violet Blue #AD6FA4
Tints of Violet Blue #AD6FA4
RGB
CMYK
RGB Variations
Color information
#AD6FA4 (or 0xAD6FA4) is known color: Violet Blue. HEX triplet: AD, 6F and A4. RGB value is (173,111,164). Sum of RGB (Red+Green+Blue) = 173+111+164=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6FA4 is #52905B. Grayscale: #878787. Windows color (decimal): -5410908 or 10776493. OLE color: 10776493.
HSL color Cylindrical-coordinate representation of color #AD6FA4: hue angle of 308.71º 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 #AD6FA4 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 164 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.32 |
| HSL | 308.71º | 0.27% | 0.56% | - |
| HSV(B) | 308.71º | 0.36% | 0.68% | - |
| XYZ | 29.62 | 22.93 | 37.99 | - |
| YUV | 135.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 164 | 0 | 0.36 | 0.05 | 0.32 | 308.71 | 0.27 | 0.56 |
| Hex | AD | 6F | A4 | 0 | 24 | 5 | 20 | 135 | 1B | 38 |
| Octal | 255 | 157 | 244 | 0 | 44 | 5 | 40 | 465 | 33 | 70 |
| Binary | 10101101 | 1101111 | 10100100 | 0 | 100100 | 101 | 100000 | 100110101 | 11011 | 111000 |
Color Harmonies of #AD6FA4
Complementary color
Monochromatic Colors of #AD6FA4
Black with #AD6FA4
Text Example
Text Example
White with #AD6FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FA4; }
p { color: rgb(173,111,164); }
H1.HeaderClassName
{
color: #AD6FA4;
}
.AnyTagClassName
{
color: #AD6FA4;
}
</style>
background-color css
<style>
a { background-color: #AD6FA4; }
a { background-color: rgb(173,111,164); }
div.DivClassName
{
background-color: #AD6FA4;
}
.BgClassName
{
background-color: #AD6FA4;
}
</style>
border-color css
<style>
span { border-color: #AD6FA4; }
span { border-color: rgb(173,111,164); }
td.TdClassName
{
border-color: #AD6FA4;
}
.TagClassName
{
border-color: #AD6FA4;
}
</style>