Shades of Violet Blue #A2589F
Tints of Violet Blue #A2589F
RGB
CMYK
RGB Variations
Color information
#A2589F (or 0xA2589F) is known color: Violet Blue. HEX triplet: A2, 58 and 9F. RGB value is (162,88,159). Sum of RGB (Red+Green+Blue) = 162+88+159=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A2589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2589F is #5DA760. Grayscale: #767676. Windows color (decimal): -6137697 or 10442914. OLE color: 10442914.
HSL color Cylindrical-coordinate representation of color #A2589F: hue angle of 302.43º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2589F is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 159 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.36 |
| HSL | 302.43º | 0.3% | 0.49% | - |
| HSV(B) | 302.43º | 0.46% | 0.64% | - |
| XYZ | 24.65 | 17.16 | 34.81 | - |
| YUV | 118.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 159 | 0 | 0.46 | 0.02 | 0.36 | 302.43 | 0.3 | 0.49 |
| Hex | A2 | 58 | 9F | 0 | 2E | 2 | 24 | 12E | 1E | 31 |
| Octal | 242 | 130 | 237 | 0 | 56 | 2 | 44 | 456 | 36 | 61 |
| Binary | 10100010 | 1011000 | 10011111 | 0 | 101110 | 10 | 100100 | 100101110 | 11110 | 110001 |
Color Harmonies of #A2589F
Complementary color
Monochromatic Colors of #A2589F
Black with #A2589F
Text Example
Text Example
White with #A2589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2589F; }
p { color: rgb(162,88,159); }
H1.HeaderClassName
{
color: #A2589F;
}
.AnyTagClassName
{
color: #A2589F;
}
</style>
background-color css
<style>
a { background-color: #A2589F; }
a { background-color: rgb(162,88,159); }
div.DivClassName
{
background-color: #A2589F;
}
.BgClassName
{
background-color: #A2589F;
}
</style>
border-color css
<style>
span { border-color: #A2589F; }
span { border-color: rgb(162,88,159); }
td.TdClassName
{
border-color: #A2589F;
}
.TagClassName
{
border-color: #A2589F;
}
</style>