Shades of Violet Blue #A05D92
Tints of Violet Blue #A05D92
RGB
CMYK
RGB Variations
Color information
#A05D92 (or 0xA05D92) is known color: Violet Blue. HEX triplet: A0, 5D and 92. RGB value is (160,93,146). Sum of RGB (Red+Green+Blue) = 160+93+146=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05D92 is #5FA26D. Grayscale: #767676. Windows color (decimal): -6267502 or 9592224. OLE color: 9592224.
HSL color Cylindrical-coordinate representation of color #A05D92: hue angle of 312.54º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A05D92 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 146 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.37 |
| HSL | 312.54º | 0.26% | 0.5% | - |
| HSV(B) | 312.54º | 0.42% | 0.63% | - |
| XYZ | 23.6 | 17.38 | 29.3 | - |
| YUV | 119.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 146 | 0 | 0.42 | 0.09 | 0.37 | 312.54 | 0.26 | 0.5 |
| Hex | A0 | 5D | 92 | 0 | 2A | 9 | 25 | 139 | 1A | 32 |
| Octal | 240 | 135 | 222 | 0 | 52 | 11 | 45 | 471 | 32 | 62 |
| Binary | 10100000 | 1011101 | 10010010 | 0 | 101010 | 1001 | 100101 | 100111001 | 11010 | 110010 |
Color Harmonies of #A05D92
Complementary color
Monochromatic Colors of #A05D92
Black with #A05D92
Text Example
Text Example
White with #A05D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D92; }
p { color: rgb(160,93,146); }
H1.HeaderClassName
{
color: #A05D92;
}
.AnyTagClassName
{
color: #A05D92;
}
</style>
background-color css
<style>
a { background-color: #A05D92; }
a { background-color: rgb(160,93,146); }
div.DivClassName
{
background-color: #A05D92;
}
.BgClassName
{
background-color: #A05D92;
}
</style>
border-color css
<style>
span { border-color: #A05D92; }
span { border-color: rgb(160,93,146); }
td.TdClassName
{
border-color: #A05D92;
}
.TagClassName
{
border-color: #A05D92;
}
</style>