Shades of Violet Blue #AD5EA2
Tints of Violet Blue #AD5EA2
RGB
CMYK
RGB Variations
Color information
#AD5EA2 (or 0xAD5EA2) is known color: Violet Blue. HEX triplet: AD, 5E and A2. RGB value is (173,94,162). Sum of RGB (Red+Green+Blue) = 173+94+162=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5EA2 is #52A15D. Grayscale: #7D7D7D. Windows color (decimal): -5415262 or 10641069. OLE color: 10641069.
HSL color Cylindrical-coordinate representation of color #AD5EA2: hue angle of 308.35º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5EA2 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 162 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.32 |
| HSL | 308.35º | 0.33% | 0.52% | - |
| HSV(B) | 308.35º | 0.46% | 0.68% | - |
| XYZ | 27.76 | 19.5 | 36.48 | - |
| YUV | 125.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 162 | 0 | 0.46 | 0.06 | 0.32 | 308.35 | 0.33 | 0.52 |
| Hex | AD | 5E | A2 | 0 | 2E | 6 | 20 | 134 | 21 | 34 |
| Octal | 255 | 136 | 242 | 0 | 56 | 6 | 40 | 464 | 41 | 64 |
| Binary | 10101101 | 1011110 | 10100010 | 0 | 101110 | 110 | 100000 | 100110100 | 100001 | 110100 |
Color Harmonies of #AD5EA2
Complementary color
Monochromatic Colors of #AD5EA2
Black with #AD5EA2
Text Example
Text Example
White with #AD5EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EA2; }
p { color: rgb(173,94,162); }
H1.HeaderClassName
{
color: #AD5EA2;
}
.AnyTagClassName
{
color: #AD5EA2;
}
</style>
background-color css
<style>
a { background-color: #AD5EA2; }
a { background-color: rgb(173,94,162); }
div.DivClassName
{
background-color: #AD5EA2;
}
.BgClassName
{
background-color: #AD5EA2;
}
</style>
border-color css
<style>
span { border-color: #AD5EA2; }
span { border-color: rgb(173,94,162); }
td.TdClassName
{
border-color: #AD5EA2;
}
.TagClassName
{
border-color: #AD5EA2;
}
</style>