Shades of Violet Blue #AD68B4
Tints of Violet Blue #AD68B4
RGB
CMYK
RGB Variations
Color information
#AD68B4 (or 0xAD68B4) is known color: Violet Blue. HEX triplet: AD, 68 and B4. RGB value is (173,104,180). Sum of RGB (Red+Green+Blue) = 173+104+180=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD68B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68B4 is #52974B. Grayscale: #858585. Windows color (decimal): -5412684 or 11823277. OLE color: 11823277.
HSL color Cylindrical-coordinate representation of color #AD68B4: hue angle of 294.47º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD68B4 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 104 | 180 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.29 |
| HSL | 294.47º | 0.34% | 0.56% | - |
| HSV(B) | 294.47º | 0.42% | 0.71% | - |
| XYZ | 30.42 | 22.08 | 45.84 | - |
| YUV | 133.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 180 | 0.04 | 0.42 | 0 | 0.29 | 294.47 | 0.34 | 0.56 |
| Hex | AD | 68 | B4 | 4 | 2A | 0 | 1D | 126 | 22 | 38 |
| Octal | 255 | 150 | 264 | 4 | 52 | 0 | 35 | 446 | 42 | 70 |
| Binary | 10101101 | 1101000 | 10110100 | 100 | 101010 | 0 | 11101 | 100100110 | 100010 | 111000 |
Color Harmonies of #AD68B4
Complementary color
Monochromatic Colors of #AD68B4
Black with #AD68B4
Text Example
Text Example
White with #AD68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68B4; }
p { color: rgb(173,104,180); }
H1.HeaderClassName
{
color: #AD68B4;
}
.AnyTagClassName
{
color: #AD68B4;
}
</style>
background-color css
<style>
a { background-color: #AD68B4; }
a { background-color: rgb(173,104,180); }
div.DivClassName
{
background-color: #AD68B4;
}
.BgClassName
{
background-color: #AD68B4;
}
</style>
border-color css
<style>
span { border-color: #AD68B4; }
span { border-color: rgb(173,104,180); }
td.TdClassName
{
border-color: #AD68B4;
}
.TagClassName
{
border-color: #AD68B4;
}
</style>