Shades of Violet Blue #AD6FB4
Tints of Violet Blue #AD6FB4
RGB
CMYK
RGB Variations
Color information
#AD6FB4 (or 0xAD6FB4) is known color: Violet Blue. HEX triplet: AD, 6F and B4. RGB value is (173,111,180). Sum of RGB (Red+Green+Blue) = 173+111+180=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD6FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FB4 is #52904B. Grayscale: #898989. Windows color (decimal): -5410892 or 11825069. OLE color: 11825069.
HSL color Cylindrical-coordinate representation of color #AD6FB4: hue angle of 293.91º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6FB4 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 111 | 180 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.29 |
| HSL | 293.91º | 0.32% | 0.57% | - |
| HSV(B) | 293.91º | 0.38% | 0.71% | - |
| XYZ | 31.16 | 23.55 | 46.08 | - |
| YUV | 137.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 180 | 0.04 | 0.38 | 0 | 0.29 | 293.91 | 0.32 | 0.57 |
| Hex | AD | 6F | B4 | 4 | 26 | 0 | 1D | 126 | 20 | 39 |
| Octal | 255 | 157 | 264 | 4 | 46 | 0 | 35 | 446 | 40 | 71 |
| Binary | 10101101 | 1101111 | 10110100 | 100 | 100110 | 0 | 11101 | 100100110 | 100000 | 111001 |
Color Harmonies of #AD6FB4
Complementary color
Monochromatic Colors of #AD6FB4
Black with #AD6FB4
Text Example
Text Example
White with #AD6FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FB4; }
p { color: rgb(173,111,180); }
H1.HeaderClassName
{
color: #AD6FB4;
}
.AnyTagClassName
{
color: #AD6FB4;
}
</style>
background-color css
<style>
a { background-color: #AD6FB4; }
a { background-color: rgb(173,111,180); }
div.DivClassName
{
background-color: #AD6FB4;
}
.BgClassName
{
background-color: #AD6FB4;
}
</style>
border-color css
<style>
span { border-color: #AD6FB4; }
span { border-color: rgb(173,111,180); }
td.TdClassName
{
border-color: #AD6FB4;
}
.TagClassName
{
border-color: #AD6FB4;
}
</style>