Shades of Violet Blue #AD5AA5
Tints of Violet Blue #AD5AA5
RGB
CMYK
RGB Variations
Color information
#AD5AA5 (or 0xAD5AA5) is known color: Violet Blue. HEX triplet: AD, 5A and A5. RGB value is (173,90,165). Sum of RGB (Red+Green+Blue) = 173+90+165=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5AA5 is #52A55A. Grayscale: #7B7B7B. Windows color (decimal): -5416283 or 10836653. OLE color: 10836653.
HSL color Cylindrical-coordinate representation of color #AD5AA5: hue angle of 305.78º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD5AA5 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 165 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.32 |
| HSL | 305.78º | 0.34% | 0.52% | - |
| HSV(B) | 305.78º | 0.48% | 0.68% | - |
| XYZ | 27.68 | 18.91 | 37.79 | - |
| YUV | 123.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 165 | 0 | 0.48 | 0.05 | 0.32 | 305.78 | 0.34 | 0.52 |
| Hex | AD | 5A | A5 | 0 | 30 | 5 | 20 | 132 | 22 | 34 |
| Octal | 255 | 132 | 245 | 0 | 60 | 5 | 40 | 462 | 42 | 64 |
| Binary | 10101101 | 1011010 | 10100101 | 0 | 110000 | 101 | 100000 | 100110010 | 100010 | 110100 |
Color Harmonies of #AD5AA5
Complementary color
Monochromatic Colors of #AD5AA5
Black with #AD5AA5
Text Example
Text Example
White with #AD5AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AA5; }
p { color: rgb(173,90,165); }
H1.HeaderClassName
{
color: #AD5AA5;
}
.AnyTagClassName
{
color: #AD5AA5;
}
</style>
background-color css
<style>
a { background-color: #AD5AA5; }
a { background-color: rgb(173,90,165); }
div.DivClassName
{
background-color: #AD5AA5;
}
.BgClassName
{
background-color: #AD5AA5;
}
</style>
border-color css
<style>
span { border-color: #AD5AA5; }
span { border-color: rgb(173,90,165); }
td.TdClassName
{
border-color: #AD5AA5;
}
.TagClassName
{
border-color: #AD5AA5;
}
</style>