Shades of Violet Blue #A36695
Tints of Violet Blue #A36695
RGB
CMYK
RGB Variations
Color information
#A36695 (or 0xA36695) is known color: Violet Blue. HEX triplet: A3, 66 and 95. RGB value is (163,102,149). Sum of RGB (Red+Green+Blue) = 163+102+149=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A36695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36695 is #5C996A. Grayscale: #7D7D7D. Windows color (decimal): -6068587 or 9791139. OLE color: 9791139.
HSL color Cylindrical-coordinate representation of color #A36695: hue angle of 313.77º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A36695 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 149 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.36 |
| HSL | 313.77º | 0.25% | 0.52% | - |
| HSV(B) | 313.77º | 0.37% | 0.64% | - |
| XYZ | 25.28 | 19.46 | 30.86 | - |
| YUV | 125.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 149 | 0 | 0.37 | 0.09 | 0.36 | 313.77 | 0.25 | 0.52 |
| Hex | A3 | 66 | 95 | 0 | 25 | 9 | 24 | 13A | 19 | 34 |
| Octal | 243 | 146 | 225 | 0 | 45 | 11 | 44 | 472 | 31 | 64 |
| Binary | 10100011 | 1100110 | 10010101 | 0 | 100101 | 1001 | 100100 | 100111010 | 11001 | 110100 |
Color Harmonies of #A36695
Complementary color
Monochromatic Colors of #A36695
Black with #A36695
Text Example
Text Example
White with #A36695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36695; }
p { color: rgb(163,102,149); }
H1.HeaderClassName
{
color: #A36695;
}
.AnyTagClassName
{
color: #A36695;
}
</style>
background-color css
<style>
a { background-color: #A36695; }
a { background-color: rgb(163,102,149); }
div.DivClassName
{
background-color: #A36695;
}
.BgClassName
{
background-color: #A36695;
}
</style>
border-color css
<style>
span { border-color: #A36695; }
span { border-color: rgb(163,102,149); }
td.TdClassName
{
border-color: #A36695;
}
.TagClassName
{
border-color: #A36695;
}
</style>