Shades of Violet Blue #A36497
Tints of Violet Blue #A36497
RGB
CMYK
RGB Variations
Color information
#A36497 (or 0xA36497) is known color: Violet Blue. HEX triplet: A3, 64 and 97. RGB value is (163,100,151). Sum of RGB (Red+Green+Blue) = 163+100+151=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A36497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36497 is #5C9B68. Grayscale: #7C7C7C. Windows color (decimal): -6069097 or 9921699. OLE color: 9921699.
HSL color Cylindrical-coordinate representation of color #A36497: hue angle of 311.43º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A36497 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 100 | 151 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.36 |
| HSL | 311.43º | 0.26% | 0.52% | - |
| HSV(B) | 311.43º | 0.39% | 0.64% | - |
| XYZ | 25.25 | 19.14 | 31.64 | - |
| YUV | 124.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 151 | 0 | 0.39 | 0.07 | 0.36 | 311.43 | 0.26 | 0.52 |
| Hex | A3 | 64 | 97 | 0 | 27 | 7 | 24 | 137 | 1A | 34 |
| Octal | 243 | 144 | 227 | 0 | 47 | 7 | 44 | 467 | 32 | 64 |
| Binary | 10100011 | 1100100 | 10010111 | 0 | 100111 | 111 | 100100 | 100110111 | 11010 | 110100 |
Color Harmonies of #A36497
Complementary color
Monochromatic Colors of #A36497
Black with #A36497
Text Example
Text Example
White with #A36497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36497; }
p { color: rgb(163,100,151); }
H1.HeaderClassName
{
color: #A36497;
}
.AnyTagClassName
{
color: #A36497;
}
</style>
background-color css
<style>
a { background-color: #A36497; }
a { background-color: rgb(163,100,151); }
div.DivClassName
{
background-color: #A36497;
}
.BgClassName
{
background-color: #A36497;
}
</style>
border-color css
<style>
span { border-color: #A36497; }
span { border-color: rgb(163,100,151); }
td.TdClassName
{
border-color: #A36497;
}
.TagClassName
{
border-color: #A36497;
}
</style>