Shades of Violet Blue #A36DAD
Tints of Violet Blue #A36DAD
RGB
CMYK
RGB Variations
Color information
#A36DAD (or 0xA36DAD) is known color: Violet Blue. HEX triplet: A3, 6D and AD. RGB value is (163,109,173). Sum of RGB (Red+Green+Blue) = 163+109+173=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #A36DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36DAD is #5C9252. Grayscale: #848484. Windows color (decimal): -6066771 or 11365795. OLE color: 11365795.
HSL color Cylindrical-coordinate representation of color #A36DAD: hue angle of 290.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A36DAD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 109 | 173 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.32 |
| HSL | 290.63º | 0.28% | 0.55% | - |
| HSV(B) | 290.63º | 0.37% | 0.68% | - |
| XYZ | 28.12 | 21.74 | 42.25 | - |
| YUV | 132.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 173 | 0.06 | 0.37 | 0 | 0.32 | 290.63 | 0.28 | 0.55 |
| Hex | A3 | 6D | AD | 6 | 25 | 0 | 20 | 123 | 1C | 37 |
| Octal | 243 | 155 | 255 | 6 | 45 | 0 | 40 | 443 | 34 | 67 |
| Binary | 10100011 | 1101101 | 10101101 | 110 | 100101 | 0 | 100000 | 100100011 | 11100 | 110111 |
Color Harmonies of #A36DAD
Complementary color
Monochromatic Colors of #A36DAD
Black with #A36DAD
Text Example
Text Example
White with #A36DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DAD; }
p { color: rgb(163,109,173); }
H1.HeaderClassName
{
color: #A36DAD;
}
.AnyTagClassName
{
color: #A36DAD;
}
</style>
background-color css
<style>
a { background-color: #A36DAD; }
a { background-color: rgb(163,109,173); }
div.DivClassName
{
background-color: #A36DAD;
}
.BgClassName
{
background-color: #A36DAD;
}
</style>
border-color css
<style>
span { border-color: #A36DAD; }
span { border-color: rgb(163,109,173); }
td.TdClassName
{
border-color: #A36DAD;
}
.TagClassName
{
border-color: #A36DAD;
}
</style>