Shades of Violet Blue #A2528E
Tints of Violet Blue #A2528E
RGB
CMYK
RGB Variations
Color information
#A2528E (or 0xA2528E) is known color: Violet Blue. HEX triplet: A2, 52 and 8E. RGB value is (162,82,142). Sum of RGB (Red+Green+Blue) = 162+82+142=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2528E is #5DAD71. Grayscale: #707070. Windows color (decimal): -6139250 or 9327266. OLE color: 9327266.
HSL color Cylindrical-coordinate representation of color #A2528E: hue angle of 315º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2528E is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 142 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.36 |
| HSL | 315º | 0.33% | 0.48% | - |
| HSV(B) | 315º | 0.49% | 0.64% | - |
| XYZ | 22.8 | 15.67 | 27.41 | - |
| YUV | 112.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 142 | 0 | 0.49 | 0.12 | 0.36 | 315 | 0.33 | 0.48 |
| Hex | A2 | 52 | 8E | 0 | 31 | C | 24 | 13B | 21 | 30 |
| Octal | 242 | 122 | 216 | 0 | 61 | 14 | 44 | 473 | 41 | 60 |
| Binary | 10100010 | 1010010 | 10001110 | 0 | 110001 | 1100 | 100100 | 100111011 | 100001 | 110000 |
Color Harmonies of #A2528E
Complementary color
Monochromatic Colors of #A2528E
Black with #A2528E
Text Example
Text Example
White with #A2528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2528E; }
p { color: rgb(162,82,142); }
H1.HeaderClassName
{
color: #A2528E;
}
.AnyTagClassName
{
color: #A2528E;
}
</style>
background-color css
<style>
a { background-color: #A2528E; }
a { background-color: rgb(162,82,142); }
div.DivClassName
{
background-color: #A2528E;
}
.BgClassName
{
background-color: #A2528E;
}
</style>
border-color css
<style>
span { border-color: #A2528E; }
span { border-color: rgb(162,82,142); }
td.TdClassName
{
border-color: #A2528E;
}
.TagClassName
{
border-color: #A2528E;
}
</style>