Shades of Violet Blue #A36FA9
Tints of Violet Blue #A36FA9
RGB
CMYK
RGB Variations
Color information
#A36FA9 (or 0xA36FA9) is known color: Violet Blue. HEX triplet: A3, 6F and A9. RGB value is (163,111,169). Sum of RGB (Red+Green+Blue) = 163+111+169=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 169 - color contains mainly: blue. Hex color #A36FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36FA9 is #5C9056. Grayscale: #848484. Windows color (decimal): -6066263 or 11104163. OLE color: 11104163.
HSL color Cylindrical-coordinate representation of color #A36FA9: hue angle of 293.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A36FA9 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 111 | 169 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.34 |
| HSL | 293.79º | 0.25% | 0.55% | - |
| HSV(B) | 293.79º | 0.34% | 0.66% | - |
| XYZ | 27.95 | 22.02 | 40.31 | - |
| YUV | 133.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 169 | 0.04 | 0.34 | 0 | 0.34 | 293.79 | 0.25 | 0.55 |
| Hex | A3 | 6F | A9 | 4 | 22 | 0 | 22 | 126 | 19 | 37 |
| Octal | 243 | 157 | 251 | 4 | 42 | 0 | 42 | 446 | 31 | 67 |
| Binary | 10100011 | 1101111 | 10101001 | 100 | 100010 | 0 | 100010 | 100100110 | 11001 | 110111 |
Color Harmonies of #A36FA9
Complementary color
Monochromatic Colors of #A36FA9
Black with #A36FA9
Text Example
Text Example
White with #A36FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FA9; }
p { color: rgb(163,111,169); }
H1.HeaderClassName
{
color: #A36FA9;
}
.AnyTagClassName
{
color: #A36FA9;
}
</style>
background-color css
<style>
a { background-color: #A36FA9; }
a { background-color: rgb(163,111,169); }
div.DivClassName
{
background-color: #A36FA9;
}
.BgClassName
{
background-color: #A36FA9;
}
</style>
border-color css
<style>
span { border-color: #A36FA9; }
span { border-color: rgb(163,111,169); }
td.TdClassName
{
border-color: #A36FA9;
}
.TagClassName
{
border-color: #A36FA9;
}
</style>