Shades of Violet Blue #A258AD
Tints of Violet Blue #A258AD
RGB
CMYK
RGB Variations
Color information
#A258AD (or 0xA258AD) is known color: Violet Blue. HEX triplet: A2, 58 and AD. RGB value is (162,88,173). Sum of RGB (Red+Green+Blue) = 162+88+173=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #A258AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A258AD is #5DA752. Grayscale: #777777. Windows color (decimal): -6137683 or 11360418. OLE color: 11360418.
HSL color Cylindrical-coordinate representation of color #A258AD: hue angle of 292.24º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A258AD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 88 | 173 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.32 |
| HSL | 292.24º | 0.34% | 0.51% | - |
| HSV(B) | 292.24º | 0.49% | 0.68% | - |
| XYZ | 25.93 | 17.68 | 41.58 | - |
| YUV | 119.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 173 | 0.06 | 0.49 | 0 | 0.32 | 292.24 | 0.34 | 0.51 |
| Hex | A2 | 58 | AD | 6 | 31 | 0 | 20 | 124 | 22 | 33 |
| Octal | 242 | 130 | 255 | 6 | 61 | 0 | 40 | 444 | 42 | 63 |
| Binary | 10100010 | 1011000 | 10101101 | 110 | 110001 | 0 | 100000 | 100100100 | 100010 | 110011 |
Color Harmonies of #A258AD
Complementary color
Monochromatic Colors of #A258AD
Black with #A258AD
Text Example
Text Example
White with #A258AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A258AD; }
p { color: rgb(162,88,173); }
H1.HeaderClassName
{
color: #A258AD;
}
.AnyTagClassName
{
color: #A258AD;
}
</style>
background-color css
<style>
a { background-color: #A258AD; }
a { background-color: rgb(162,88,173); }
div.DivClassName
{
background-color: #A258AD;
}
.BgClassName
{
background-color: #A258AD;
}
</style>
border-color css
<style>
span { border-color: #A258AD; }
span { border-color: rgb(162,88,173); }
td.TdClassName
{
border-color: #A258AD;
}
.TagClassName
{
border-color: #A258AD;
}
</style>