Shades of Violet Blue #AD5EAC
Tints of Violet Blue #AD5EAC
RGB
CMYK
RGB Variations
Color information
#AD5EAC (or 0xAD5EAC) is known color: Violet Blue. HEX triplet: AD, 5E and AC. RGB value is (173,94,172). Sum of RGB (Red+Green+Blue) = 173+94+172=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5EAC is #52A153. Grayscale: #7E7E7E. Windows color (decimal): -5415252 or 11296429. OLE color: 11296429.
HSL color Cylindrical-coordinate representation of color #AD5EAC: hue angle of 300.76º 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 #AD5EAC is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 94 | 172 | - |
CMYK | 0 | 0.46 | 0.01 | 0.32 |
HSL | 300.76º | 0.33% | 0.52% | - |
HSV(B) | 300.76º | 0.46% | 0.68% | - |
XYZ | 28.68 | 19.87 | 41.35 | - |
YUV | 126.51 | 153.67 | 161.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 94 | 172 | 0 | 0.46 | 0.01 | 0.32 | 300.76 | 0.33 | 0.52 |
Hex | AD | 5E | AC | 0 | 2E | 1 | 20 | 12D | 21 | 34 |
Octal | 255 | 136 | 254 | 0 | 56 | 1 | 40 | 455 | 41 | 64 |
Binary | 10101101 | 1011110 | 10101100 | 0 | 101110 | 1 | 100000 | 100101101 | 100001 | 110100 |
Color Harmonies of #AD5EAC
Complementary color
Monochromatic Colors of #AD5EAC
Black with #AD5EAC
Text Example
Text Example
White with #AD5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EAC; }
p { color: rgb(173,94,172); }
H1.HeaderClassName
{
color: #AD5EAC;
}
.AnyTagClassName
{
color: #AD5EAC;
}
</style>
background-color css
<style>
a { background-color: #AD5EAC; }
a { background-color: rgb(173,94,172); }
div.DivClassName
{
background-color: #AD5EAC;
}
.BgClassName
{
background-color: #AD5EAC;
}
</style>
border-color css
<style>
span { border-color: #AD5EAC; }
span { border-color: rgb(173,94,172); }
td.TdClassName
{
border-color: #AD5EAC;
}
.TagClassName
{
border-color: #AD5EAC;
}
</style>