Shades of Violet Blue #AD42A8
Tints of Violet Blue #AD42A8
RGB
CMYK
RGB Variations
Color information
#AD42A8 (or 0xAD42A8) is known color: Violet Blue. HEX triplet: AD, 42 and A8. RGB value is (173,66,168). Sum of RGB (Red+Green+Blue) = 173+66+168=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD42A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD42A8 is #52BD57. Grayscale: #6D6D6D. Windows color (decimal): -5422424 or 11027117. OLE color: 11027117.
HSL color Cylindrical-coordinate representation of color #AD42A8: hue angle of 302.8º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD42A8 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 168 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.32 |
| HSL | 302.8º | 0.45% | 0.47% | - |
| HSV(B) | 302.8º | 0.62% | 0.68% | - |
| XYZ | 26.25 | 15.61 | 38.67 | - |
| YUV | 109.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 168 | 0 | 0.62 | 0.03 | 0.32 | 302.8 | 0.45 | 0.47 |
| Hex | AD | 42 | A8 | 0 | 3E | 3 | 20 | 12F | 2D | 2F |
| Octal | 255 | 102 | 250 | 0 | 76 | 3 | 40 | 457 | 55 | 57 |
| Binary | 10101101 | 1000010 | 10101000 | 0 | 111110 | 11 | 100000 | 100101111 | 101101 | 101111 |
Color Harmonies of #AD42A8
Complementary color
Monochromatic Colors of #AD42A8
Black with #AD42A8
Text Example
Text Example
White with #AD42A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42A8; }
p { color: rgb(173,66,168); }
H1.HeaderClassName
{
color: #AD42A8;
}
.AnyTagClassName
{
color: #AD42A8;
}
</style>
background-color css
<style>
a { background-color: #AD42A8; }
a { background-color: rgb(173,66,168); }
div.DivClassName
{
background-color: #AD42A8;
}
.BgClassName
{
background-color: #AD42A8;
}
</style>
border-color css
<style>
span { border-color: #AD42A8; }
span { border-color: rgb(173,66,168); }
td.TdClassName
{
border-color: #AD42A8;
}
.TagClassName
{
border-color: #AD42A8;
}
</style>