Shades of Violet Blue #AD55B1
Tints of Violet Blue #AD55B1
RGB
CMYK
RGB Variations
Color information
#AD55B1 (or 0xAD55B1) is known color: Violet Blue. HEX triplet: AD, 55 and B1. RGB value is (173,85,177). Sum of RGB (Red+Green+Blue) = 173+85+177=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD55B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD55B1 is #52AA4E. Grayscale: #797979. Windows color (decimal): -5417551 or 11621805. OLE color: 11621805.
HSL color Cylindrical-coordinate representation of color #AD55B1: hue angle of 297.39º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD55B1 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 85 | 177 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.31 |
| HSL | 297.39º | 0.37% | 0.51% | - |
| HSV(B) | 297.39º | 0.52% | 0.69% | - |
| XYZ | 28.42 | 18.56 | 43.68 | - |
| YUV | 121.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 177 | 0.02 | 0.52 | 0 | 0.31 | 297.39 | 0.37 | 0.51 |
| Hex | AD | 55 | B1 | 2 | 34 | 0 | 1F | 129 | 25 | 33 |
| Octal | 255 | 125 | 261 | 2 | 64 | 0 | 37 | 451 | 45 | 63 |
| Binary | 10101101 | 1010101 | 10110001 | 10 | 110100 | 0 | 11111 | 100101001 | 100101 | 110011 |
Color Harmonies of #AD55B1
Complementary color
Monochromatic Colors of #AD55B1
Black with #AD55B1
Text Example
Text Example
White with #AD55B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55B1; }
p { color: rgb(173,85,177); }
H1.HeaderClassName
{
color: #AD55B1;
}
.AnyTagClassName
{
color: #AD55B1;
}
</style>
background-color css
<style>
a { background-color: #AD55B1; }
a { background-color: rgb(173,85,177); }
div.DivClassName
{
background-color: #AD55B1;
}
.BgClassName
{
background-color: #AD55B1;
}
</style>
border-color css
<style>
span { border-color: #AD55B1; }
span { border-color: rgb(173,85,177); }
td.TdClassName
{
border-color: #AD55B1;
}
.TagClassName
{
border-color: #AD55B1;
}
</style>