Shades of Violet Blue #A36B9C
Tints of Violet Blue #A36B9C
RGB
CMYK
RGB Variations
Color information
#A36B9C (or 0xA36B9C) is known color: Violet Blue. HEX triplet: A3, 6B and 9C. RGB value is (163,107,156). Sum of RGB (Red+Green+Blue) = 163+107+156=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36B9C is #5C9463. Grayscale: #818181. Windows color (decimal): -6067300 or 10251171. OLE color: 10251171.
HSL color Cylindrical-coordinate representation of color #A36B9C: hue angle of 307.5º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A36B9C is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 107 | 156 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.36 |
| HSL | 307.5º | 0.23% | 0.53% | - |
| HSV(B) | 307.5º | 0.34% | 0.64% | - |
| XYZ | 26.36 | 20.7 | 34.06 | - |
| YUV | 129.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 156 | 0 | 0.34 | 0.04 | 0.36 | 307.5 | 0.23 | 0.53 |
| Hex | A3 | 6B | 9C | 0 | 22 | 4 | 24 | 134 | 17 | 35 |
| Octal | 243 | 153 | 234 | 0 | 42 | 4 | 44 | 464 | 27 | 65 |
| Binary | 10100011 | 1101011 | 10011100 | 0 | 100010 | 100 | 100100 | 100110100 | 10111 | 110101 |
Color Harmonies of #A36B9C
Complementary color
Monochromatic Colors of #A36B9C
Black with #A36B9C
Text Example
Text Example
White with #A36B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36B9C; }
p { color: rgb(163,107,156); }
H1.HeaderClassName
{
color: #A36B9C;
}
.AnyTagClassName
{
color: #A36B9C;
}
</style>
background-color css
<style>
a { background-color: #A36B9C; }
a { background-color: rgb(163,107,156); }
div.DivClassName
{
background-color: #A36B9C;
}
.BgClassName
{
background-color: #A36B9C;
}
</style>
border-color css
<style>
span { border-color: #A36B9C; }
span { border-color: rgb(163,107,156); }
td.TdClassName
{
border-color: #A36B9C;
}
.TagClassName
{
border-color: #A36B9C;
}
</style>