Shades of Violet Blue #A05F9B
Tints of Violet Blue #A05F9B
RGB
CMYK
RGB Variations
Color information
#A05F9B (or 0xA05F9B) is known color: Violet Blue. HEX triplet: A0, 5F and 9B. RGB value is (160,95,155). Sum of RGB (Red+Green+Blue) = 160+95+155=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05F9B is #5FA064. Grayscale: #797979. Windows color (decimal): -6266981 or 10182560. OLE color: 10182560.
HSL color Cylindrical-coordinate representation of color #A05F9B: hue angle of 304.62º 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 #A05F9B is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 95 | 155 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.37 |
| HSL | 304.62º | 0.25% | 0.5% | - |
| HSV(B) | 304.62º | 0.41% | 0.63% | - |
| XYZ | 24.51 | 18.02 | 33.2 | - |
| YUV | 121.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 155 | 0 | 0.41 | 0.03 | 0.37 | 304.62 | 0.25 | 0.5 |
| Hex | A0 | 5F | 9B | 0 | 29 | 3 | 25 | 131 | 19 | 32 |
| Octal | 240 | 137 | 233 | 0 | 51 | 3 | 45 | 461 | 31 | 62 |
| Binary | 10100000 | 1011111 | 10011011 | 0 | 101001 | 11 | 100101 | 100110001 | 11001 | 110010 |
Color Harmonies of #A05F9B
Complementary color
Monochromatic Colors of #A05F9B
Black with #A05F9B
Text Example
Text Example
White with #A05F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05F9B; }
p { color: rgb(160,95,155); }
H1.HeaderClassName
{
color: #A05F9B;
}
.AnyTagClassName
{
color: #A05F9B;
}
</style>
background-color css
<style>
a { background-color: #A05F9B; }
a { background-color: rgb(160,95,155); }
div.DivClassName
{
background-color: #A05F9B;
}
.BgClassName
{
background-color: #A05F9B;
}
</style>
border-color css
<style>
span { border-color: #A05F9B; }
span { border-color: rgb(160,95,155); }
td.TdClassName
{
border-color: #A05F9B;
}
.TagClassName
{
border-color: #A05F9B;
}
</style>