Shades of Violet Blue #AD41A0
Tints of Violet Blue #AD41A0
RGB
CMYK
RGB Variations
Color information
#AD41A0 (or 0xAD41A0) is known color: Violet Blue. HEX triplet: AD, 41 and A0. RGB value is (173,65,160). Sum of RGB (Red+Green+Blue) = 173+65+160=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD41A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD41A0 is #52BE5F. Grayscale: #6B6B6B. Windows color (decimal): -5422688 or 10502573. OLE color: 10502573.
HSL color Cylindrical-coordinate representation of color #AD41A0: hue angle of 307.22º 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 #AD41A0 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 160 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.32 |
| HSL | 307.22º | 0.45% | 0.47% | - |
| HSV(B) | 307.22º | 0.62% | 0.68% | - |
| XYZ | 25.47 | 15.2 | 34.85 | - |
| YUV | 108.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 160 | 0 | 0.62 | 0.08 | 0.32 | 307.22 | 0.45 | 0.47 |
| Hex | AD | 41 | A0 | 0 | 3E | 8 | 20 | 133 | 2D | 2F |
| Octal | 255 | 101 | 240 | 0 | 76 | 10 | 40 | 463 | 55 | 57 |
| Binary | 10101101 | 1000001 | 10100000 | 0 | 111110 | 1000 | 100000 | 100110011 | 101101 | 101111 |
Color Harmonies of #AD41A0
Complementary color
Monochromatic Colors of #AD41A0
Black with #AD41A0
Text Example
Text Example
White with #AD41A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41A0; }
p { color: rgb(173,65,160); }
H1.HeaderClassName
{
color: #AD41A0;
}
.AnyTagClassName
{
color: #AD41A0;
}
</style>
background-color css
<style>
a { background-color: #AD41A0; }
a { background-color: rgb(173,65,160); }
div.DivClassName
{
background-color: #AD41A0;
}
.BgClassName
{
background-color: #AD41A0;
}
</style>
border-color css
<style>
span { border-color: #AD41A0; }
span { border-color: rgb(173,65,160); }
td.TdClassName
{
border-color: #AD41A0;
}
.TagClassName
{
border-color: #AD41A0;
}
</style>