Shades of Violet Blue #A053A7
Tints of Violet Blue #A053A7
RGB
CMYK
RGB Variations
Color information
#A053A7 (or 0xA053A7) is known color: Violet Blue. HEX triplet: A0, 53 and A7. RGB value is (160,83,167). Sum of RGB (Red+Green+Blue) = 160+83+167=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 167 - color contains mainly: blue. Hex color #A053A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A053A7 is #5FAC58. Grayscale: #737373. Windows color (decimal): -6270041 or 10965920. OLE color: 10965920.
HSL color Cylindrical-coordinate representation of color #A053A7: hue angle of 295º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A053A7 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 83 | 167 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.35 |
| HSL | 295º | 0.34% | 0.49% | - |
| HSV(B) | 295º | 0.5% | 0.65% | - |
| XYZ | 24.57 | 16.45 | 38.44 | - |
| YUV | 115.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 167 | 0.04 | 0.50 | 0 | 0.35 | 295 | 0.34 | 0.49 |
| Hex | A0 | 53 | A7 | 4 | 32 | 0 | 23 | 127 | 22 | 31 |
| Octal | 240 | 123 | 247 | 4 | 62 | 0 | 43 | 447 | 42 | 61 |
| Binary | 10100000 | 1010011 | 10100111 | 100 | 110010 | 0 | 100011 | 100100111 | 100010 | 110001 |
Color Harmonies of #A053A7
Complementary color
Monochromatic Colors of #A053A7
Black with #A053A7
Text Example
Text Example
White with #A053A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A053A7; }
p { color: rgb(160,83,167); }
H1.HeaderClassName
{
color: #A053A7;
}
.AnyTagClassName
{
color: #A053A7;
}
</style>
background-color css
<style>
a { background-color: #A053A7; }
a { background-color: rgb(160,83,167); }
div.DivClassName
{
background-color: #A053A7;
}
.BgClassName
{
background-color: #A053A7;
}
</style>
border-color css
<style>
span { border-color: #A053A7; }
span { border-color: rgb(160,83,167); }
td.TdClassName
{
border-color: #A053A7;
}
.TagClassName
{
border-color: #A053A7;
}
</style>