Shades of Violet Blue #A36D9E
Tints of Violet Blue #A36D9E
RGB
CMYK
RGB Variations
Color information
#A36D9E (or 0xA36D9E) is known color: Violet Blue. HEX triplet: A3, 6D and 9E. RGB value is (163,109,158). Sum of RGB (Red+Green+Blue) = 163+109+158=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36D9E is #5C9261. Grayscale: #828282. Windows color (decimal): -6066786 or 10382755. OLE color: 10382755.
HSL color Cylindrical-coordinate representation of color #A36D9E: hue angle of 305.56º 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 #A36D9E is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 158 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.36 |
| HSL | 305.56º | 0.23% | 0.53% | - |
| HSV(B) | 305.56º | 0.33% | 0.64% | - |
| XYZ | 26.74 | 21.19 | 35.03 | - |
| YUV | 130.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 158 | 0 | 0.33 | 0.03 | 0.36 | 305.56 | 0.23 | 0.53 |
| Hex | A3 | 6D | 9E | 0 | 21 | 3 | 24 | 132 | 17 | 35 |
| Octal | 243 | 155 | 236 | 0 | 41 | 3 | 44 | 462 | 27 | 65 |
| Binary | 10100011 | 1101101 | 10011110 | 0 | 100001 | 11 | 100100 | 100110010 | 10111 | 110101 |
Color Harmonies of #A36D9E
Complementary color
Monochromatic Colors of #A36D9E
Black with #A36D9E
Text Example
Text Example
White with #A36D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D9E; }
p { color: rgb(163,109,158); }
H1.HeaderClassName
{
color: #A36D9E;
}
.AnyTagClassName
{
color: #A36D9E;
}
</style>
background-color css
<style>
a { background-color: #A36D9E; }
a { background-color: rgb(163,109,158); }
div.DivClassName
{
background-color: #A36D9E;
}
.BgClassName
{
background-color: #A36D9E;
}
</style>
border-color css
<style>
span { border-color: #A36D9E; }
span { border-color: rgb(163,109,158); }
td.TdClassName
{
border-color: #A36D9E;
}
.TagClassName
{
border-color: #A36D9E;
}
</style>