Shades of Violet Blue #A937A2
Tints of Violet Blue #A937A2
RGB
CMYK
RGB Variations
Color information
#A937A2 (or 0xA937A2) is known color: Violet Blue. HEX triplet: A9, 37 and A2. RGB value is (169,55,162). Sum of RGB (Red+Green+Blue) = 169+55+162=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A937A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A937A2 is #56C85D. Grayscale: #646464. Windows color (decimal): -5687390 or 10631081. OLE color: 10631081.
HSL color Cylindrical-coordinate representation of color #A937A2: hue angle of 303.68º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A937A2 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 55 | 162 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.34 |
| HSL | 303.68º | 0.51% | 0.44% | - |
| HSV(B) | 303.68º | 0.67% | 0.66% | - |
| XYZ | 24.25 | 13.78 | 35.56 | - |
| YUV | 101.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 162 | 0 | 0.67 | 0.04 | 0.34 | 303.68 | 0.51 | 0.44 |
| Hex | A9 | 37 | A2 | 0 | 43 | 4 | 22 | 130 | 33 | 2C |
| Octal | 251 | 67 | 242 | 0 | 103 | 4 | 42 | 460 | 63 | 54 |
| Binary | 10101001 | 110111 | 10100010 | 0 | 1000011 | 100 | 100010 | 100110000 | 110011 | 101100 |
Color Harmonies of #A937A2
Complementary color
Monochromatic Colors of #A937A2
Black with #A937A2
Text Example
Text Example
White with #A937A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A937A2; }
p { color: rgb(169,55,162); }
H1.HeaderClassName
{
color: #A937A2;
}
.AnyTagClassName
{
color: #A937A2;
}
</style>
background-color css
<style>
a { background-color: #A937A2; }
a { background-color: rgb(169,55,162); }
div.DivClassName
{
background-color: #A937A2;
}
.BgClassName
{
background-color: #A937A2;
}
</style>
border-color css
<style>
span { border-color: #A937A2; }
span { border-color: rgb(169,55,162); }
td.TdClassName
{
border-color: #A937A2;
}
.TagClassName
{
border-color: #A937A2;
}
</style>