Shades of Violet Blue #A05B92
Tints of Violet Blue #A05B92
RGB
CMYK
RGB Variations
Color information
#A05B92 (or 0xA05B92) is known color: Violet Blue. HEX triplet: A0, 5B and 92. RGB value is (160,91,146). Sum of RGB (Red+Green+Blue) = 160+91+146=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05B92 is #5FA46D. Grayscale: #757575. Windows color (decimal): -6268014 or 9591712. OLE color: 9591712.
HSL color Cylindrical-coordinate representation of color #A05B92: hue angle of 312.17º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A05B92 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 91 | 146 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.37 |
| HSL | 312.17º | 0.27% | 0.49% | - |
| HSV(B) | 312.17º | 0.43% | 0.63% | - |
| XYZ | 23.43 | 17.03 | 29.25 | - |
| YUV | 117.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 146 | 0 | 0.43 | 0.09 | 0.37 | 312.17 | 0.27 | 0.49 |
| Hex | A0 | 5B | 92 | 0 | 2B | 9 | 25 | 138 | 1B | 31 |
| Octal | 240 | 133 | 222 | 0 | 53 | 11 | 45 | 470 | 33 | 61 |
| Binary | 10100000 | 1011011 | 10010010 | 0 | 101011 | 1001 | 100101 | 100111000 | 11011 | 110001 |
Color Harmonies of #A05B92
Complementary color
Monochromatic Colors of #A05B92
Black with #A05B92
Text Example
Text Example
White with #A05B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05B92; }
p { color: rgb(160,91,146); }
H1.HeaderClassName
{
color: #A05B92;
}
.AnyTagClassName
{
color: #A05B92;
}
</style>
background-color css
<style>
a { background-color: #A05B92; }
a { background-color: rgb(160,91,146); }
div.DivClassName
{
background-color: #A05B92;
}
.BgClassName
{
background-color: #A05B92;
}
</style>
border-color css
<style>
span { border-color: #A05B92; }
span { border-color: rgb(160,91,146); }
td.TdClassName
{
border-color: #A05B92;
}
.TagClassName
{
border-color: #A05B92;
}
</style>