Shades of Violet Blue #A058A8
Tints of Violet Blue #A058A8
RGB
CMYK
RGB Variations
Color information
#A058A8 (or 0xA058A8) is known color: Violet Blue. HEX triplet: A0, 58 and A8. RGB value is (160,88,168). Sum of RGB (Red+Green+Blue) = 160+88+168=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 168 - color contains mainly: blue. Hex color #A058A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A058A8 is #5FA757. Grayscale: #767676. Windows color (decimal): -6268760 or 11032736. OLE color: 11032736.
HSL color Cylindrical-coordinate representation of color #A058A8: hue angle of 294º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A058A8 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 88 | 168 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.34 |
| HSL | 294º | 0.31% | 0.5% | - |
| HSV(B) | 294º | 0.48% | 0.66% | - |
| XYZ | 25.05 | 17.28 | 39.06 | - |
| YUV | 118.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 168 | 0.05 | 0.48 | 0 | 0.34 | 294 | 0.31 | 0.5 |
| Hex | A0 | 58 | A8 | 5 | 30 | 0 | 22 | 126 | 1F | 32 |
| Octal | 240 | 130 | 250 | 5 | 60 | 0 | 42 | 446 | 37 | 62 |
| Binary | 10100000 | 1011000 | 10101000 | 101 | 110000 | 0 | 100010 | 100100110 | 11111 | 110010 |
Color Harmonies of #A058A8
Complementary color
Monochromatic Colors of #A058A8
Black with #A058A8
Text Example
Text Example
White with #A058A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A058A8; }
p { color: rgb(160,88,168); }
H1.HeaderClassName
{
color: #A058A8;
}
.AnyTagClassName
{
color: #A058A8;
}
</style>
background-color css
<style>
a { background-color: #A058A8; }
a { background-color: rgb(160,88,168); }
div.DivClassName
{
background-color: #A058A8;
}
.BgClassName
{
background-color: #A058A8;
}
</style>
border-color css
<style>
span { border-color: #A058A8; }
span { border-color: rgb(160,88,168); }
td.TdClassName
{
border-color: #A058A8;
}
.TagClassName
{
border-color: #A058A8;
}
</style>