Shades of Violet Blue #A36296
Tints of Violet Blue #A36296
RGB
CMYK
RGB Variations
Color information
#A36296 (or 0xA36296) is known color: Violet Blue. HEX triplet: A3, 62 and 96. RGB value is (163,98,150). Sum of RGB (Red+Green+Blue) = 163+98+150=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A36296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36296 is #5C9D69. Grayscale: #7B7B7B. Windows color (decimal): -6069610 or 9855651. OLE color: 9855651.
HSL color Cylindrical-coordinate representation of color #A36296: hue angle of 312º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A36296 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 98 | 150 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.36 |
| HSL | 312º | 0.26% | 0.51% | - |
| HSV(B) | 312º | 0.4% | 0.64% | - |
| XYZ | 24.98 | 18.72 | 31.15 | - |
| YUV | 123.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 150 | 0 | 0.40 | 0.08 | 0.36 | 312 | 0.26 | 0.51 |
| Hex | A3 | 62 | 96 | 0 | 28 | 8 | 24 | 138 | 1A | 33 |
| Octal | 243 | 142 | 226 | 0 | 50 | 10 | 44 | 470 | 32 | 63 |
| Binary | 10100011 | 1100010 | 10010110 | 0 | 101000 | 1000 | 100100 | 100111000 | 11010 | 110011 |
Color Harmonies of #A36296
Complementary color
Monochromatic Colors of #A36296
Black with #A36296
Text Example
Text Example
White with #A36296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36296; }
p { color: rgb(163,98,150); }
H1.HeaderClassName
{
color: #A36296;
}
.AnyTagClassName
{
color: #A36296;
}
</style>
background-color css
<style>
a { background-color: #A36296; }
a { background-color: rgb(163,98,150); }
div.DivClassName
{
background-color: #A36296;
}
.BgClassName
{
background-color: #A36296;
}
</style>
border-color css
<style>
span { border-color: #A36296; }
span { border-color: rgb(163,98,150); }
td.TdClassName
{
border-color: #A36296;
}
.TagClassName
{
border-color: #A36296;
}
</style>