Shades of Violet Blue #A2599D
Tints of Violet Blue #A2599D
RGB
CMYK
RGB Variations
Color information
#A2599D (or 0xA2599D) is known color: Violet Blue. HEX triplet: A2, 59 and 9D. RGB value is (162,89,157). Sum of RGB (Red+Green+Blue) = 162+89+157=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A2599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2599D is #5DA662. Grayscale: #767676. Windows color (decimal): -6137443 or 10312098. OLE color: 10312098.
HSL color Cylindrical-coordinate representation of color #A2599D: hue angle of 304.11º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2599D is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 157 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.36 |
| HSL | 304.11º | 0.29% | 0.49% | - |
| HSV(B) | 304.11º | 0.45% | 0.64% | - |
| XYZ | 24.56 | 17.26 | 33.94 | - |
| YUV | 118.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 157 | 0 | 0.45 | 0.03 | 0.36 | 304.11 | 0.29 | 0.49 |
| Hex | A2 | 59 | 9D | 0 | 2D | 3 | 24 | 130 | 1D | 31 |
| Octal | 242 | 131 | 235 | 0 | 55 | 3 | 44 | 460 | 35 | 61 |
| Binary | 10100010 | 1011001 | 10011101 | 0 | 101101 | 11 | 100100 | 100110000 | 11101 | 110001 |
Color Harmonies of #A2599D
Complementary color
Monochromatic Colors of #A2599D
Black with #A2599D
Text Example
Text Example
White with #A2599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2599D; }
p { color: rgb(162,89,157); }
H1.HeaderClassName
{
color: #A2599D;
}
.AnyTagClassName
{
color: #A2599D;
}
</style>
background-color css
<style>
a { background-color: #A2599D; }
a { background-color: rgb(162,89,157); }
div.DivClassName
{
background-color: #A2599D;
}
.BgClassName
{
background-color: #A2599D;
}
</style>
border-color css
<style>
span { border-color: #A2599D; }
span { border-color: rgb(162,89,157); }
td.TdClassName
{
border-color: #A2599D;
}
.TagClassName
{
border-color: #A2599D;
}
</style>