Shades of Violet Blue #AD39A8
Tints of Violet Blue #AD39A8
RGB
CMYK
RGB Variations
Color information
#AD39A8 (or 0xAD39A8) is known color: Violet Blue. HEX triplet: AD, 39 and A8. RGB value is (173,57,168). Sum of RGB (Red+Green+Blue) = 173+57+168=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD39A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD39A8 is #52C657. Grayscale: #686868. Windows color (decimal): -5424728 or 11024813. OLE color: 11024813.
HSL color Cylindrical-coordinate representation of color #AD39A8: hue angle of 302.59º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD39A8 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 168 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.32 |
| HSL | 302.59º | 0.5% | 0.45% | - |
| HSV(B) | 302.59º | 0.67% | 0.68% | - |
| XYZ | 25.76 | 14.64 | 38.51 | - |
| YUV | 104.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 168 | 0 | 0.67 | 0.03 | 0.32 | 302.59 | 0.5 | 0.45 |
| Hex | AD | 39 | A8 | 0 | 43 | 3 | 20 | 12F | 32 | 2D |
| Octal | 255 | 71 | 250 | 0 | 103 | 3 | 40 | 457 | 62 | 55 |
| Binary | 10101101 | 111001 | 10101000 | 0 | 1000011 | 11 | 100000 | 100101111 | 110010 | 101101 |
Color Harmonies of #AD39A8
Complementary color
Monochromatic Colors of #AD39A8
Black with #AD39A8
Text Example
Text Example
White with #AD39A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39A8; }
p { color: rgb(173,57,168); }
H1.HeaderClassName
{
color: #AD39A8;
}
.AnyTagClassName
{
color: #AD39A8;
}
</style>
background-color css
<style>
a { background-color: #AD39A8; }
a { background-color: rgb(173,57,168); }
div.DivClassName
{
background-color: #AD39A8;
}
.BgClassName
{
background-color: #AD39A8;
}
</style>
border-color css
<style>
span { border-color: #AD39A8; }
span { border-color: rgb(173,57,168); }
td.TdClassName
{
border-color: #AD39A8;
}
.TagClassName
{
border-color: #AD39A8;
}
</style>