Shades of Violet Blue #AD60B4
Tints of Violet Blue #AD60B4
RGB
CMYK
RGB Variations
Color information
#AD60B4 (or 0xAD60B4) is known color: Violet Blue. HEX triplet: AD, 60 and B4. RGB value is (173,96,180). Sum of RGB (Red+Green+Blue) = 173+96+180=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD60B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60B4 is #529F4B. Grayscale: #808080. Windows color (decimal): -5414732 or 11821229. OLE color: 11821229.
HSL color Cylindrical-coordinate representation of color #AD60B4: hue angle of 295º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD60B4 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 96 | 180 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.29 |
| HSL | 295º | 0.36% | 0.54% | - |
| HSV(B) | 295º | 0.47% | 0.71% | - |
| XYZ | 29.65 | 20.55 | 45.58 | - |
| YUV | 128.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 180 | 0.04 | 0.47 | 0 | 0.29 | 295 | 0.36 | 0.54 |
| Hex | AD | 60 | B4 | 4 | 2F | 0 | 1D | 127 | 24 | 36 |
| Octal | 255 | 140 | 264 | 4 | 57 | 0 | 35 | 447 | 44 | 66 |
| Binary | 10101101 | 1100000 | 10110100 | 100 | 101111 | 0 | 11101 | 100100111 | 100100 | 110110 |
Color Harmonies of #AD60B4
Complementary color
Monochromatic Colors of #AD60B4
Black with #AD60B4
Text Example
Text Example
White with #AD60B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60B4; }
p { color: rgb(173,96,180); }
H1.HeaderClassName
{
color: #AD60B4;
}
.AnyTagClassName
{
color: #AD60B4;
}
</style>
background-color css
<style>
a { background-color: #AD60B4; }
a { background-color: rgb(173,96,180); }
div.DivClassName
{
background-color: #AD60B4;
}
.BgClassName
{
background-color: #AD60B4;
}
</style>
border-color css
<style>
span { border-color: #AD60B4; }
span { border-color: rgb(173,96,180); }
td.TdClassName
{
border-color: #AD60B4;
}
.TagClassName
{
border-color: #AD60B4;
}
</style>