Shades of Violet Blue #A36A96
Tints of Violet Blue #A36A96
RGB
CMYK
RGB Variations
Color information
#A36A96 (or 0xA36A96) is known color: Violet Blue. HEX triplet: A3, 6A and 96. RGB value is (163,106,150). Sum of RGB (Red+Green+Blue) = 163+106+150=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A96 is #5C9569. Grayscale: #7F7F7F. Windows color (decimal): -6067562 or 9857699. OLE color: 9857699.
HSL color Cylindrical-coordinate representation of color #A36A96: hue angle of 313.68º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36A96 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 106 | 150 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.36 |
| HSL | 313.68º | 0.24% | 0.53% | - |
| HSV(B) | 313.68º | 0.35% | 0.64% | - |
| XYZ | 25.76 | 20.3 | 31.41 | - |
| YUV | 128.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 150 | 0 | 0.35 | 0.08 | 0.36 | 313.68 | 0.24 | 0.53 |
| Hex | A3 | 6A | 96 | 0 | 23 | 8 | 24 | 13A | 18 | 35 |
| Octal | 243 | 152 | 226 | 0 | 43 | 10 | 44 | 472 | 30 | 65 |
| Binary | 10100011 | 1101010 | 10010110 | 0 | 100011 | 1000 | 100100 | 100111010 | 11000 | 110101 |
Color Harmonies of #A36A96
Complementary color
Monochromatic Colors of #A36A96
Black with #A36A96
Text Example
Text Example
White with #A36A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36A96; }
p { color: rgb(163,106,150); }
H1.HeaderClassName
{
color: #A36A96;
}
.AnyTagClassName
{
color: #A36A96;
}
</style>
background-color css
<style>
a { background-color: #A36A96; }
a { background-color: rgb(163,106,150); }
div.DivClassName
{
background-color: #A36A96;
}
.BgClassName
{
background-color: #A36A96;
}
</style>
border-color css
<style>
span { border-color: #A36A96; }
span { border-color: rgb(163,106,150); }
td.TdClassName
{
border-color: #A36A96;
}
.TagClassName
{
border-color: #A36A96;
}
</style>