Shades of Violet Blue #AD54A7
Tints of Violet Blue #AD54A7
RGB
CMYK
RGB Variations
Color information
#AD54A7 (or 0xAD54A7) is known color: Violet Blue. HEX triplet: AD, 54 and A7. RGB value is (173,84,167). Sum of RGB (Red+Green+Blue) = 173+84+167=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD54A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD54A7 is #52AB58. Grayscale: #777777. Windows color (decimal): -5417817 or 10966189. OLE color: 10966189.
HSL color Cylindrical-coordinate representation of color #AD54A7: hue angle of 304.04º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD54A7 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 167 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.32 |
| HSL | 304.05º | 0.35% | 0.5% | - |
| HSV(B) | 304.05º | 0.51% | 0.68% | - |
| XYZ | 27.38 | 18.01 | 38.59 | - |
| YUV | 120.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 167 | 0 | 0.51 | 0.03 | 0.32 | 304.05 | 0.35 | 0.5 |
| Hex | AD | 54 | A7 | 0 | 33 | 3 | 20 | 130 | 23 | 32 |
| Octal | 255 | 124 | 247 | 0 | 63 | 3 | 40 | 460 | 43 | 62 |
| Binary | 10101101 | 1010100 | 10100111 | 0 | 110011 | 11 | 100000 | 100110000 | 100011 | 110010 |
Color Harmonies of #AD54A7
Complementary color
Monochromatic Colors of #AD54A7
Black with #AD54A7
Text Example
Text Example
White with #AD54A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54A7; }
p { color: rgb(173,84,167); }
H1.HeaderClassName
{
color: #AD54A7;
}
.AnyTagClassName
{
color: #AD54A7;
}
</style>
background-color css
<style>
a { background-color: #AD54A7; }
a { background-color: rgb(173,84,167); }
div.DivClassName
{
background-color: #AD54A7;
}
.BgClassName
{
background-color: #AD54A7;
}
</style>
border-color css
<style>
span { border-color: #AD54A7; }
span { border-color: rgb(173,84,167); }
td.TdClassName
{
border-color: #AD54A7;
}
.TagClassName
{
border-color: #AD54A7;
}
</style>