Shades of Violet Blue #A05294
Tints of Violet Blue #A05294
RGB
CMYK
RGB Variations
Color information
#A05294 (or 0xA05294) is known color: Violet Blue. HEX triplet: A0, 52 and 94. RGB value is (160,82,148). Sum of RGB (Red+Green+Blue) = 160+82+148=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A05294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05294 is #5FAD6B. Grayscale: #707070. Windows color (decimal): -6270316 or 9720480. OLE color: 9720480.
HSL color Cylindrical-coordinate representation of color #A05294: hue angle of 309.23º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05294 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 148 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.37 |
| HSL | 309.23º | 0.32% | 0.47% | - |
| HSV(B) | 309.23º | 0.49% | 0.63% | - |
| XYZ | 22.86 | 15.65 | 29.83 | - |
| YUV | 112.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 148 | 0 | 0.49 | 0.07 | 0.37 | 309.23 | 0.32 | 0.47 |
| Hex | A0 | 52 | 94 | 0 | 31 | 7 | 25 | 135 | 20 | 2F |
| Octal | 240 | 122 | 224 | 0 | 61 | 7 | 45 | 465 | 40 | 57 |
| Binary | 10100000 | 1010010 | 10010100 | 0 | 110001 | 111 | 100101 | 100110101 | 100000 | 101111 |
Color Harmonies of #A05294
Complementary color
Monochromatic Colors of #A05294
Black with #A05294
Text Example
Text Example
White with #A05294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05294; }
p { color: rgb(160,82,148); }
H1.HeaderClassName
{
color: #A05294;
}
.AnyTagClassName
{
color: #A05294;
}
</style>
background-color css
<style>
a { background-color: #A05294; }
a { background-color: rgb(160,82,148); }
div.DivClassName
{
background-color: #A05294;
}
.BgClassName
{
background-color: #A05294;
}
</style>
border-color css
<style>
span { border-color: #A05294; }
span { border-color: rgb(160,82,148); }
td.TdClassName
{
border-color: #A05294;
}
.TagClassName
{
border-color: #A05294;
}
</style>