Shades of Violet Blue #A052AD
Tints of Violet Blue #A052AD
RGB
CMYK
RGB Variations
Color information
#A052AD (or 0xA052AD) is known color: Violet Blue. HEX triplet: A0, 52 and AD. RGB value is (160,82,173). Sum of RGB (Red+Green+Blue) = 160+82+173=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #A052AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A052AD is #5FAD52. Grayscale: #737373. Windows color (decimal): -6270291 or 11358880. OLE color: 11358880.
HSL color Cylindrical-coordinate representation of color #A052AD: hue angle of 291.43º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A052AD is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 82 | 173 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.32 |
| HSL | 291.43º | 0.36% | 0.5% | - |
| HSV(B) | 291.43º | 0.53% | 0.68% | - |
| XYZ | 25.06 | 16.53 | 41.4 | - |
| YUV | 115.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 173 | 0.08 | 0.53 | 0 | 0.32 | 291.43 | 0.36 | 0.5 |
| Hex | A0 | 52 | AD | 8 | 35 | 0 | 20 | 123 | 24 | 32 |
| Octal | 240 | 122 | 255 | 10 | 65 | 0 | 40 | 443 | 44 | 62 |
| Binary | 10100000 | 1010010 | 10101101 | 1000 | 110101 | 0 | 100000 | 100100011 | 100100 | 110010 |
Color Harmonies of #A052AD
Complementary color
Monochromatic Colors of #A052AD
Black with #A052AD
Text Example
Text Example
White with #A052AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A052AD; }
p { color: rgb(160,82,173); }
H1.HeaderClassName
{
color: #A052AD;
}
.AnyTagClassName
{
color: #A052AD;
}
</style>
background-color css
<style>
a { background-color: #A052AD; }
a { background-color: rgb(160,82,173); }
div.DivClassName
{
background-color: #A052AD;
}
.BgClassName
{
background-color: #A052AD;
}
</style>
border-color css
<style>
span { border-color: #A052AD; }
span { border-color: rgb(160,82,173); }
td.TdClassName
{
border-color: #A052AD;
}
.TagClassName
{
border-color: #A052AD;
}
</style>