Shades of Violet Blue #A258A0
Tints of Violet Blue #A258A0
RGB
CMYK
RGB Variations
Color information
#A258A0 (or 0xA258A0) is known color: Violet Blue. HEX triplet: A2, 58 and A0. RGB value is (162,88,160). Sum of RGB (Red+Green+Blue) = 162+88+160=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A258A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A258A0 is #5DA75F. Grayscale: #767676. Windows color (decimal): -6137696 or 10508450. OLE color: 10508450.
HSL color Cylindrical-coordinate representation of color #A258A0: hue angle of 301.62º 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 #A258A0 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 160 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.36 |
| HSL | 301.62º | 0.3% | 0.49% | - |
| HSV(B) | 301.62º | 0.46% | 0.64% | - |
| XYZ | 24.74 | 17.2 | 35.27 | - |
| YUV | 118.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 160 | 0 | 0.46 | 0.01 | 0.36 | 301.62 | 0.3 | 0.49 |
| Hex | A2 | 58 | A0 | 0 | 2E | 1 | 24 | 12E | 1E | 31 |
| Octal | 242 | 130 | 240 | 0 | 56 | 1 | 44 | 456 | 36 | 61 |
| Binary | 10100010 | 1011000 | 10100000 | 0 | 101110 | 1 | 100100 | 100101110 | 11110 | 110001 |
Color Harmonies of #A258A0
Complementary color
Monochromatic Colors of #A258A0
Black with #A258A0
Text Example
Text Example
White with #A258A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A258A0; }
p { color: rgb(162,88,160); }
H1.HeaderClassName
{
color: #A258A0;
}
.AnyTagClassName
{
color: #A258A0;
}
</style>
background-color css
<style>
a { background-color: #A258A0; }
a { background-color: rgb(162,88,160); }
div.DivClassName
{
background-color: #A258A0;
}
.BgClassName
{
background-color: #A258A0;
}
</style>
border-color css
<style>
span { border-color: #A258A0; }
span { border-color: rgb(162,88,160); }
td.TdClassName
{
border-color: #A258A0;
}
.TagClassName
{
border-color: #A258A0;
}
</style>