Shades of Violet Blue #A936A1
Tints of Violet Blue #A936A1
RGB
CMYK
RGB Variations
Color information
#A936A1 (or 0xA936A1) is known color: Violet Blue. HEX triplet: A9, 36 and A1. RGB value is (169,54,161). Sum of RGB (Red+Green+Blue) = 169+54+161=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A936A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A936A1 is #56C95E. Grayscale: #646464. Windows color (decimal): -5687647 or 10565289. OLE color: 10565289.
HSL color Cylindrical-coordinate representation of color #A936A1: hue angle of 304.17º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A936A1 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 161 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.34 |
| HSL | 304.17º | 0.52% | 0.44% | - |
| HSV(B) | 304.17º | 0.68% | 0.66% | - |
| XYZ | 24.11 | 13.65 | 35.08 | - |
| YUV | 100.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 161 | 0 | 0.68 | 0.05 | 0.34 | 304.17 | 0.52 | 0.44 |
| Hex | A9 | 36 | A1 | 0 | 44 | 5 | 22 | 130 | 34 | 2C |
| Octal | 251 | 66 | 241 | 0 | 104 | 5 | 42 | 460 | 64 | 54 |
| Binary | 10101001 | 110110 | 10100001 | 0 | 1000100 | 101 | 100010 | 100110000 | 110100 | 101100 |
Color Harmonies of #A936A1
Complementary color
Monochromatic Colors of #A936A1
Black with #A936A1
Text Example
Text Example
White with #A936A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A936A1; }
p { color: rgb(169,54,161); }
H1.HeaderClassName
{
color: #A936A1;
}
.AnyTagClassName
{
color: #A936A1;
}
</style>
background-color css
<style>
a { background-color: #A936A1; }
a { background-color: rgb(169,54,161); }
div.DivClassName
{
background-color: #A936A1;
}
.BgClassName
{
background-color: #A936A1;
}
</style>
border-color css
<style>
span { border-color: #A936A1; }
span { border-color: rgb(169,54,161); }
td.TdClassName
{
border-color: #A936A1;
}
.TagClassName
{
border-color: #A936A1;
}
</style>