Shades of Violet Blue #A0528C
Tints of Violet Blue #A0528C
RGB
CMYK
RGB Variations
Color information
#A0528C (or 0xA0528C) is known color: Violet Blue. HEX triplet: A0, 52 and 8C. RGB value is (160,82,140). Sum of RGB (Red+Green+Blue) = 160+82+140=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0528C is #5FAD73. Grayscale: #6F6F6F. Windows color (decimal): -6270324 or 9196192. OLE color: 9196192.
HSL color Cylindrical-coordinate representation of color #A0528C: hue angle of 315.38º 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 #A0528C is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 140 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.37 |
| HSL | 315.38º | 0.32% | 0.47% | - |
| HSV(B) | 315.38º | 0.49% | 0.63% | - |
| XYZ | 22.25 | 15.4 | 26.61 | - |
| YUV | 111.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 140 | 0 | 0.49 | 0.12 | 0.37 | 315.38 | 0.32 | 0.47 |
| Hex | A0 | 52 | 8C | 0 | 31 | C | 25 | 13B | 20 | 2F |
| Octal | 240 | 122 | 214 | 0 | 61 | 14 | 45 | 473 | 40 | 57 |
| Binary | 10100000 | 1010010 | 10001100 | 0 | 110001 | 1100 | 100101 | 100111011 | 100000 | 101111 |
Color Harmonies of #A0528C
Complementary color
Monochromatic Colors of #A0528C
Black with #A0528C
Text Example
Text Example
White with #A0528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0528C; }
p { color: rgb(160,82,140); }
H1.HeaderClassName
{
color: #A0528C;
}
.AnyTagClassName
{
color: #A0528C;
}
</style>
background-color css
<style>
a { background-color: #A0528C; }
a { background-color: rgb(160,82,140); }
div.DivClassName
{
background-color: #A0528C;
}
.BgClassName
{
background-color: #A0528C;
}
</style>
border-color css
<style>
span { border-color: #A0528C; }
span { border-color: rgb(160,82,140); }
td.TdClassName
{
border-color: #A0528C;
}
.TagClassName
{
border-color: #A0528C;
}
</style>