Shades of Violet Blue #AD41A3
Tints of Violet Blue #AD41A3
RGB
CMYK
RGB Variations
Color information
#AD41A3 (or 0xAD41A3) is known color: Violet Blue. HEX triplet: AD, 41 and A3. RGB value is (173,65,163). Sum of RGB (Red+Green+Blue) = 173+65+163=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD41A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD41A3 is #52BE5C. Grayscale: #6C6C6C. Windows color (decimal): -5422685 or 10699181. OLE color: 10699181.
HSL color Cylindrical-coordinate representation of color #AD41A3: hue angle of 305.56º 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 #AD41A3 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 163 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.32 |
| HSL | 305.56º | 0.45% | 0.47% | - |
| HSV(B) | 305.56º | 0.62% | 0.68% | - |
| XYZ | 25.73 | 15.31 | 36.25 | - |
| YUV | 108.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 163 | 0 | 0.62 | 0.06 | 0.32 | 305.56 | 0.45 | 0.47 |
| Hex | AD | 41 | A3 | 0 | 3E | 6 | 20 | 132 | 2D | 2F |
| Octal | 255 | 101 | 243 | 0 | 76 | 6 | 40 | 462 | 55 | 57 |
| Binary | 10101101 | 1000001 | 10100011 | 0 | 111110 | 110 | 100000 | 100110010 | 101101 | 101111 |
Color Harmonies of #AD41A3
Complementary color
Monochromatic Colors of #AD41A3
Black with #AD41A3
Text Example
Text Example
White with #AD41A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41A3; }
p { color: rgb(173,65,163); }
H1.HeaderClassName
{
color: #AD41A3;
}
.AnyTagClassName
{
color: #AD41A3;
}
</style>
background-color css
<style>
a { background-color: #AD41A3; }
a { background-color: rgb(173,65,163); }
div.DivClassName
{
background-color: #AD41A3;
}
.BgClassName
{
background-color: #AD41A3;
}
</style>
border-color css
<style>
span { border-color: #AD41A3; }
span { border-color: rgb(173,65,163); }
td.TdClassName
{
border-color: #AD41A3;
}
.TagClassName
{
border-color: #AD41A3;
}
</style>