Shades of Violet Blue #A05F9F
Tints of Violet Blue #A05F9F
RGB
CMYK
RGB Variations
Color information
#A05F9F (or 0xA05F9F) is known color: Violet Blue. HEX triplet: A0, 5F and 9F. RGB value is (160,95,159). Sum of RGB (Red+Green+Blue) = 160+95+159=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05F9F is #5FA060. Grayscale: #797979. Windows color (decimal): -6266977 or 10444704. OLE color: 10444704.
HSL color Cylindrical-coordinate representation of color #A05F9F: hue angle of 300.92º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A05F9F is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 95 | 159 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.37 |
| HSL | 300.92º | 0.25% | 0.5% | - |
| HSV(B) | 300.92º | 0.41% | 0.63% | - |
| XYZ | 24.85 | 18.16 | 35 | - |
| YUV | 121.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 159 | 0 | 0.41 | 0.01 | 0.37 | 300.92 | 0.25 | 0.5 |
| Hex | A0 | 5F | 9F | 0 | 29 | 1 | 25 | 12D | 19 | 32 |
| Octal | 240 | 137 | 237 | 0 | 51 | 1 | 45 | 455 | 31 | 62 |
| Binary | 10100000 | 1011111 | 10011111 | 0 | 101001 | 1 | 100101 | 100101101 | 11001 | 110010 |
Color Harmonies of #A05F9F
Complementary color
Monochromatic Colors of #A05F9F
Black with #A05F9F
Text Example
Text Example
White with #A05F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05F9F; }
p { color: rgb(160,95,159); }
H1.HeaderClassName
{
color: #A05F9F;
}
.AnyTagClassName
{
color: #A05F9F;
}
</style>
background-color css
<style>
a { background-color: #A05F9F; }
a { background-color: rgb(160,95,159); }
div.DivClassName
{
background-color: #A05F9F;
}
.BgClassName
{
background-color: #A05F9F;
}
</style>
border-color css
<style>
span { border-color: #A05F9F; }
span { border-color: rgb(160,95,159); }
td.TdClassName
{
border-color: #A05F9F;
}
.TagClassName
{
border-color: #A05F9F;
}
</style>