Shades of Violet Blue #A2759E
Tints of Violet Blue #A2759E
RGB
CMYK
RGB Variations
Color information
#A2759E (or 0xA2759E) is known color: Violet Blue. HEX triplet: A2, 75 and 9E. RGB value is (162,117,158). Sum of RGB (Red+Green+Blue) = 162+117+158=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2759E is #5D8A61. Grayscale: #878787. Windows color (decimal): -6130274 or 10384802. OLE color: 10384802.
HSL color Cylindrical-coordinate representation of color #A2759E: hue angle of 305.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2759E is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 158 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.36 |
| HSL | 305.33º | 0.19% | 0.55% | - |
| HSV(B) | 305.33º | 0.28% | 0.64% | - |
| XYZ | 27.43 | 22.87 | 35.32 | - |
| YUV | 135.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 158 | 0 | 0.28 | 0.02 | 0.36 | 305.33 | 0.19 | 0.55 |
| Hex | A2 | 75 | 9E | 0 | 1C | 2 | 24 | 131 | 13 | 37 |
| Octal | 242 | 165 | 236 | 0 | 34 | 2 | 44 | 461 | 23 | 67 |
| Binary | 10100010 | 1110101 | 10011110 | 0 | 11100 | 10 | 100100 | 100110001 | 10011 | 110111 |
Color Harmonies of #A2759E
Complementary color
Monochromatic Colors of #A2759E
Black with #A2759E
Text Example
Text Example
White with #A2759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2759E; }
p { color: rgb(162,117,158); }
H1.HeaderClassName
{
color: #A2759E;
}
.AnyTagClassName
{
color: #A2759E;
}
</style>
background-color css
<style>
a { background-color: #A2759E; }
a { background-color: rgb(162,117,158); }
div.DivClassName
{
background-color: #A2759E;
}
.BgClassName
{
background-color: #A2759E;
}
</style>
border-color css
<style>
span { border-color: #A2759E; }
span { border-color: rgb(162,117,158); }
td.TdClassName
{
border-color: #A2759E;
}
.TagClassName
{
border-color: #A2759E;
}
</style>