Shades of Violet Blue #A05F9D
Tints of Violet Blue #A05F9D
RGB
CMYK
RGB Variations
Color information
#A05F9D (or 0xA05F9D) is known color: Violet Blue. HEX triplet: A0, 5F and 9D. RGB value is (160,95,157). Sum of RGB (Red+Green+Blue) = 160+95+157=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05F9D is #5FA062. Grayscale: #797979. Windows color (decimal): -6266979 or 10313632. OLE color: 10313632.
HSL color Cylindrical-coordinate representation of color #A05F9D: hue angle of 302.77º 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 #A05F9D is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 95 | 157 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.37 |
| HSL | 302.77º | 0.25% | 0.5% | - |
| HSV(B) | 302.77º | 0.41% | 0.63% | - |
| XYZ | 24.68 | 18.09 | 34.09 | - |
| YUV | 121.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 157 | 0 | 0.41 | 0.02 | 0.37 | 302.77 | 0.25 | 0.5 |
| Hex | A0 | 5F | 9D | 0 | 29 | 2 | 25 | 12F | 19 | 32 |
| Octal | 240 | 137 | 235 | 0 | 51 | 2 | 45 | 457 | 31 | 62 |
| Binary | 10100000 | 1011111 | 10011101 | 0 | 101001 | 10 | 100101 | 100101111 | 11001 | 110010 |
Color Harmonies of #A05F9D
Complementary color
Monochromatic Colors of #A05F9D
Black with #A05F9D
Text Example
Text Example
White with #A05F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05F9D; }
p { color: rgb(160,95,157); }
H1.HeaderClassName
{
color: #A05F9D;
}
.AnyTagClassName
{
color: #A05F9D;
}
</style>
background-color css
<style>
a { background-color: #A05F9D; }
a { background-color: rgb(160,95,157); }
div.DivClassName
{
background-color: #A05F9D;
}
.BgClassName
{
background-color: #A05F9D;
}
</style>
border-color css
<style>
span { border-color: #A05F9D; }
span { border-color: rgb(160,95,157); }
td.TdClassName
{
border-color: #A05F9D;
}
.TagClassName
{
border-color: #A05F9D;
}
</style>