Shades of Violet Blue #AD5AB2
Tints of Violet Blue #AD5AB2
RGB
CMYK
RGB Variations
Color information
#AD5AB2 (or 0xAD5AB2) is known color: Violet Blue. HEX triplet: AD, 5A and B2. RGB value is (173,90,178). Sum of RGB (Red+Green+Blue) = 173+90+178=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD5AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5AB2 is #52A54D. Grayscale: #7C7C7C. Windows color (decimal): -5416270 or 11688621. OLE color: 11688621.
HSL color Cylindrical-coordinate representation of color #AD5AB2: hue angle of 296.59º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5AB2 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 90 | 178 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.30 |
| HSL | 296.59º | 0.36% | 0.53% | - |
| HSV(B) | 296.59º | 0.49% | 0.7% | - |
| XYZ | 28.93 | 19.41 | 44.34 | - |
| YUV | 124.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 178 | 0.03 | 0.49 | 0 | 0.30 | 296.59 | 0.36 | 0.53 |
| Hex | AD | 5A | B2 | 3 | 31 | 0 | 1E | 129 | 24 | 35 |
| Octal | 255 | 132 | 262 | 3 | 61 | 0 | 36 | 451 | 44 | 65 |
| Binary | 10101101 | 1011010 | 10110010 | 11 | 110001 | 0 | 11110 | 100101001 | 100100 | 110101 |
Color Harmonies of #AD5AB2
Complementary color
Monochromatic Colors of #AD5AB2
Black with #AD5AB2
Text Example
Text Example
White with #AD5AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AB2; }
p { color: rgb(173,90,178); }
H1.HeaderClassName
{
color: #AD5AB2;
}
.AnyTagClassName
{
color: #AD5AB2;
}
</style>
background-color css
<style>
a { background-color: #AD5AB2; }
a { background-color: rgb(173,90,178); }
div.DivClassName
{
background-color: #AD5AB2;
}
.BgClassName
{
background-color: #AD5AB2;
}
</style>
border-color css
<style>
span { border-color: #AD5AB2; }
span { border-color: rgb(173,90,178); }
td.TdClassName
{
border-color: #AD5AB2;
}
.TagClassName
{
border-color: #AD5AB2;
}
</style>