Shades of Violet Blue #A36D9F
Tints of Violet Blue #A36D9F
RGB
CMYK
RGB Variations
Color information
#A36D9F (or 0xA36D9F) is known color: Violet Blue. HEX triplet: A3, 6D and 9F. RGB value is (163,109,159). Sum of RGB (Red+Green+Blue) = 163+109+159=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36D9F is #5C9260. Grayscale: #828282. Windows color (decimal): -6066785 or 10448291. OLE color: 10448291.
HSL color Cylindrical-coordinate representation of color #A36D9F: hue angle of 304.44º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A36D9F is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 159 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.36 |
| HSL | 304.44º | 0.23% | 0.53% | - |
| HSV(B) | 304.44º | 0.33% | 0.64% | - |
| XYZ | 26.83 | 21.23 | 35.48 | - |
| YUV | 130.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 159 | 0 | 0.33 | 0.02 | 0.36 | 304.44 | 0.23 | 0.53 |
| Hex | A3 | 6D | 9F | 0 | 21 | 2 | 24 | 130 | 17 | 35 |
| Octal | 243 | 155 | 237 | 0 | 41 | 2 | 44 | 460 | 27 | 65 |
| Binary | 10100011 | 1101101 | 10011111 | 0 | 100001 | 10 | 100100 | 100110000 | 10111 | 110101 |
Color Harmonies of #A36D9F
Complementary color
Monochromatic Colors of #A36D9F
Black with #A36D9F
Text Example
Text Example
White with #A36D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D9F; }
p { color: rgb(163,109,159); }
H1.HeaderClassName
{
color: #A36D9F;
}
.AnyTagClassName
{
color: #A36D9F;
}
</style>
background-color css
<style>
a { background-color: #A36D9F; }
a { background-color: rgb(163,109,159); }
div.DivClassName
{
background-color: #A36D9F;
}
.BgClassName
{
background-color: #A36D9F;
}
</style>
border-color css
<style>
span { border-color: #A36D9F; }
span { border-color: rgb(163,109,159); }
td.TdClassName
{
border-color: #A36D9F;
}
.TagClassName
{
border-color: #A36D9F;
}
</style>