Shades of Violet Blue #AD43A1
Tints of Violet Blue #AD43A1
RGB
CMYK
RGB Variations
Color information
#AD43A1 (or 0xAD43A1) is known color: Violet Blue. HEX triplet: AD, 43 and A1. RGB value is (173,67,161). Sum of RGB (Red+Green+Blue) = 173+67+161=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD43A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD43A1 is #52BC5E. Grayscale: #6D6D6D. Windows color (decimal): -5422175 or 10568621. OLE color: 10568621.
HSL color Cylindrical-coordinate representation of color #AD43A1: hue angle of 306.79º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD43A1 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 161 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.32 |
| HSL | 306.79º | 0.44% | 0.47% | - |
| HSV(B) | 306.79º | 0.61% | 0.68% | - |
| XYZ | 25.67 | 15.47 | 35.35 | - |
| YUV | 109.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 161 | 0 | 0.61 | 0.07 | 0.32 | 306.79 | 0.44 | 0.47 |
| Hex | AD | 43 | A1 | 0 | 3D | 7 | 20 | 133 | 2C | 2F |
| Octal | 255 | 103 | 241 | 0 | 75 | 7 | 40 | 463 | 54 | 57 |
| Binary | 10101101 | 1000011 | 10100001 | 0 | 111101 | 111 | 100000 | 100110011 | 101100 | 101111 |
Color Harmonies of #AD43A1
Complementary color
Monochromatic Colors of #AD43A1
Black with #AD43A1
Text Example
Text Example
White with #AD43A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43A1; }
p { color: rgb(173,67,161); }
H1.HeaderClassName
{
color: #AD43A1;
}
.AnyTagClassName
{
color: #AD43A1;
}
</style>
background-color css
<style>
a { background-color: #AD43A1; }
a { background-color: rgb(173,67,161); }
div.DivClassName
{
background-color: #AD43A1;
}
.BgClassName
{
background-color: #AD43A1;
}
</style>
border-color css
<style>
span { border-color: #AD43A1; }
span { border-color: rgb(173,67,161); }
td.TdClassName
{
border-color: #AD43A1;
}
.TagClassName
{
border-color: #AD43A1;
}
</style>