Shades of Violet Blue #A053AD
Tints of Violet Blue #A053AD
RGB
CMYK
RGB Variations
Color information
#A053AD (or 0xA053AD) is known color: Violet Blue. HEX triplet: A0, 53 and AD. RGB value is (160,83,173). Sum of RGB (Red+Green+Blue) = 160+83+173=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #A053AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A053AD is #5FAC52. Grayscale: #747474. Windows color (decimal): -6270035 or 11359136. OLE color: 11359136.
HSL color Cylindrical-coordinate representation of color #A053AD: hue angle of 291.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A053AD is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 83 | 173 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.32 |
| HSL | 291.33º | 0.35% | 0.5% | - |
| HSV(B) | 291.33º | 0.52% | 0.68% | - |
| XYZ | 25.13 | 16.68 | 41.43 | - |
| YUV | 116.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 173 | 0.08 | 0.52 | 0 | 0.32 | 291.33 | 0.35 | 0.5 |
| Hex | A0 | 53 | AD | 8 | 34 | 0 | 20 | 123 | 23 | 32 |
| Octal | 240 | 123 | 255 | 10 | 64 | 0 | 40 | 443 | 43 | 62 |
| Binary | 10100000 | 1010011 | 10101101 | 1000 | 110100 | 0 | 100000 | 100100011 | 100011 | 110010 |
Color Harmonies of #A053AD
Complementary color
Monochromatic Colors of #A053AD
Black with #A053AD
Text Example
Text Example
White with #A053AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A053AD; }
p { color: rgb(160,83,173); }
H1.HeaderClassName
{
color: #A053AD;
}
.AnyTagClassName
{
color: #A053AD;
}
</style>
background-color css
<style>
a { background-color: #A053AD; }
a { background-color: rgb(160,83,173); }
div.DivClassName
{
background-color: #A053AD;
}
.BgClassName
{
background-color: #A053AD;
}
</style>
border-color css
<style>
span { border-color: #A053AD; }
span { border-color: rgb(160,83,173); }
td.TdClassName
{
border-color: #A053AD;
}
.TagClassName
{
border-color: #A053AD;
}
</style>