Shades of Violet Blue #AD60B1
Tints of Violet Blue #AD60B1
RGB
CMYK
RGB Variations
Color information
#AD60B1 (or 0xAD60B1) is known color: Violet Blue. HEX triplet: AD, 60 and B1. RGB value is (173,96,177). Sum of RGB (Red+Green+Blue) = 173+96+177=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD60B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD60B1 is #529F4E. Grayscale: #808080. Windows color (decimal): -5414735 or 11624621. OLE color: 11624621.
HSL color Cylindrical-coordinate representation of color #AD60B1: hue angle of 297.04º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD60B1 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 96 | 177 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.31 |
| HSL | 297.04º | 0.34% | 0.54% | - |
| HSV(B) | 297.04º | 0.46% | 0.69% | - |
| XYZ | 29.35 | 20.42 | 43.99 | - |
| YUV | 128.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 177 | 0.02 | 0.46 | 0 | 0.31 | 297.04 | 0.34 | 0.54 |
| Hex | AD | 60 | B1 | 2 | 2E | 0 | 1F | 129 | 22 | 36 |
| Octal | 255 | 140 | 261 | 2 | 56 | 0 | 37 | 451 | 42 | 66 |
| Binary | 10101101 | 1100000 | 10110001 | 10 | 101110 | 0 | 11111 | 100101001 | 100010 | 110110 |
Color Harmonies of #AD60B1
Complementary color
Monochromatic Colors of #AD60B1
Black with #AD60B1
Text Example
Text Example
White with #AD60B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60B1; }
p { color: rgb(173,96,177); }
H1.HeaderClassName
{
color: #AD60B1;
}
.AnyTagClassName
{
color: #AD60B1;
}
</style>
background-color css
<style>
a { background-color: #AD60B1; }
a { background-color: rgb(173,96,177); }
div.DivClassName
{
background-color: #AD60B1;
}
.BgClassName
{
background-color: #AD60B1;
}
</style>
border-color css
<style>
span { border-color: #AD60B1; }
span { border-color: rgb(173,96,177); }
td.TdClassName
{
border-color: #AD60B1;
}
.TagClassName
{
border-color: #AD60B1;
}
</style>