Shades of Violet Blue #A052AC
Tints of Violet Blue #A052AC
RGB
CMYK
RGB Variations
Color information
#A052AC (or 0xA052AC) is known color: Violet Blue. HEX triplet: A0, 52 and AC. RGB value is (160,82,172). Sum of RGB (Red+Green+Blue) = 160+82+172=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #A052AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A052AC is #5FAD53. Grayscale: #737373. Windows color (decimal): -6270292 or 11293344. OLE color: 11293344.
HSL color Cylindrical-coordinate representation of color #A052AC: hue angle of 292º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A052AC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 82 | 172 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.33 |
| HSL | 292º | 0.35% | 0.5% | - |
| HSV(B) | 292º | 0.52% | 0.67% | - |
| XYZ | 24.96 | 16.49 | 40.9 | - |
| YUV | 115.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 172 | 0.07 | 0.52 | 0 | 0.33 | 292 | 0.35 | 0.5 |
| Hex | A0 | 52 | AC | 7 | 34 | 0 | 21 | 124 | 23 | 32 |
| Octal | 240 | 122 | 254 | 7 | 64 | 0 | 41 | 444 | 43 | 62 |
| Binary | 10100000 | 1010010 | 10101100 | 111 | 110100 | 0 | 100001 | 100100100 | 100011 | 110010 |
Color Harmonies of #A052AC
Complementary color
Monochromatic Colors of #A052AC
Black with #A052AC
Text Example
Text Example
White with #A052AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A052AC; }
p { color: rgb(160,82,172); }
H1.HeaderClassName
{
color: #A052AC;
}
.AnyTagClassName
{
color: #A052AC;
}
</style>
background-color css
<style>
a { background-color: #A052AC; }
a { background-color: rgb(160,82,172); }
div.DivClassName
{
background-color: #A052AC;
}
.BgClassName
{
background-color: #A052AC;
}
</style>
border-color css
<style>
span { border-color: #A052AC; }
span { border-color: rgb(160,82,172); }
td.TdClassName
{
border-color: #A052AC;
}
.TagClassName
{
border-color: #A052AC;
}
</style>