Shades of Violet Blue #A36EA7
Tints of Violet Blue #A36EA7
RGB
CMYK
RGB Variations
Color information
#A36EA7 (or 0xA36EA7) is known color: Violet Blue. HEX triplet: A3, 6E and A7. RGB value is (163,110,167). Sum of RGB (Red+Green+Blue) = 163+110+167=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 167 - color contains mainly: blue. Hex color #A36EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36EA7 is #5C9158. Grayscale: #848484. Windows color (decimal): -6066521 or 10972835. OLE color: 10972835.
HSL color Cylindrical-coordinate representation of color #A36EA7: hue angle of 295.79º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A36EA7 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 110 | 167 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.35 |
| HSL | 295.79º | 0.24% | 0.54% | - |
| HSV(B) | 295.79º | 0.34% | 0.65% | - |
| XYZ | 27.66 | 21.73 | 39.3 | - |
| YUV | 132.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 167 | 0.02 | 0.34 | 0 | 0.35 | 295.79 | 0.24 | 0.54 |
| Hex | A3 | 6E | A7 | 2 | 22 | 0 | 23 | 128 | 18 | 36 |
| Octal | 243 | 156 | 247 | 2 | 42 | 0 | 43 | 450 | 30 | 66 |
| Binary | 10100011 | 1101110 | 10100111 | 10 | 100010 | 0 | 100011 | 100101000 | 11000 | 110110 |
Color Harmonies of #A36EA7
Complementary color
Monochromatic Colors of #A36EA7
Black with #A36EA7
Text Example
Text Example
White with #A36EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36EA7; }
p { color: rgb(163,110,167); }
H1.HeaderClassName
{
color: #A36EA7;
}
.AnyTagClassName
{
color: #A36EA7;
}
</style>
background-color css
<style>
a { background-color: #A36EA7; }
a { background-color: rgb(163,110,167); }
div.DivClassName
{
background-color: #A36EA7;
}
.BgClassName
{
background-color: #A36EA7;
}
</style>
border-color css
<style>
span { border-color: #A36EA7; }
span { border-color: rgb(163,110,167); }
td.TdClassName
{
border-color: #A36EA7;
}
.TagClassName
{
border-color: #A36EA7;
}
</style>