Shades of Violet Blue #AD419D
Tints of Violet Blue #AD419D
RGB
CMYK
RGB Variations
Color information
#AD419D (or 0xAD419D) is known color: Violet Blue. HEX triplet: AD, 41 and 9D. RGB value is (173,65,157). Sum of RGB (Red+Green+Blue) = 173+65+157=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD419D is #52BE62. Grayscale: #6B6B6B. Windows color (decimal): -5422691 or 10305965. OLE color: 10305965.
HSL color Cylindrical-coordinate representation of color #AD419D: hue angle of 308.89º 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 #AD419D is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 157 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.32 |
| HSL | 308.89º | 0.45% | 0.47% | - |
| HSV(B) | 308.89º | 0.62% | 0.68% | - |
| XYZ | 25.21 | 15.1 | 33.48 | - |
| YUV | 107.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 157 | 0 | 0.62 | 0.09 | 0.32 | 308.89 | 0.45 | 0.47 |
| Hex | AD | 41 | 9D | 0 | 3E | 9 | 20 | 135 | 2D | 2F |
| Octal | 255 | 101 | 235 | 0 | 76 | 11 | 40 | 465 | 55 | 57 |
| Binary | 10101101 | 1000001 | 10011101 | 0 | 111110 | 1001 | 100000 | 100110101 | 101101 | 101111 |
Color Harmonies of #AD419D
Complementary color
Monochromatic Colors of #AD419D
Black with #AD419D
Text Example
Text Example
White with #AD419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD419D; }
p { color: rgb(173,65,157); }
H1.HeaderClassName
{
color: #AD419D;
}
.AnyTagClassName
{
color: #AD419D;
}
</style>
background-color css
<style>
a { background-color: #AD419D; }
a { background-color: rgb(173,65,157); }
div.DivClassName
{
background-color: #AD419D;
}
.BgClassName
{
background-color: #AD419D;
}
</style>
border-color css
<style>
span { border-color: #AD419D; }
span { border-color: rgb(173,65,157); }
td.TdClassName
{
border-color: #AD419D;
}
.TagClassName
{
border-color: #AD419D;
}
</style>