Shades of Violet Blue #A2548E
Tints of Violet Blue #A2548E
RGB
CMYK
RGB Variations
Color information
#A2548E (or 0xA2548E) is known color: Violet Blue. HEX triplet: A2, 54 and 8E. RGB value is (162,84,142). Sum of RGB (Red+Green+Blue) = 162+84+142=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2548E is #5DAB71. Grayscale: #717171. Windows color (decimal): -6138738 or 9327778. OLE color: 9327778.
HSL color Cylindrical-coordinate representation of color #A2548E: hue angle of 315.38º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2548E is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 84 | 142 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.36 |
| HSL | 315.38º | 0.32% | 0.48% | - |
| HSV(B) | 315.38º | 0.48% | 0.64% | - |
| XYZ | 22.95 | 15.98 | 27.46 | - |
| YUV | 113.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 142 | 0 | 0.48 | 0.12 | 0.36 | 315.38 | 0.32 | 0.48 |
| Hex | A2 | 54 | 8E | 0 | 30 | C | 24 | 13B | 20 | 30 |
| Octal | 242 | 124 | 216 | 0 | 60 | 14 | 44 | 473 | 40 | 60 |
| Binary | 10100010 | 1010100 | 10001110 | 0 | 110000 | 1100 | 100100 | 100111011 | 100000 | 110000 |
Color Harmonies of #A2548E
Complementary color
Monochromatic Colors of #A2548E
Black with #A2548E
Text Example
Text Example
White with #A2548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2548E; }
p { color: rgb(162,84,142); }
H1.HeaderClassName
{
color: #A2548E;
}
.AnyTagClassName
{
color: #A2548E;
}
</style>
background-color css
<style>
a { background-color: #A2548E; }
a { background-color: rgb(162,84,142); }
div.DivClassName
{
background-color: #A2548E;
}
.BgClassName
{
background-color: #A2548E;
}
</style>
border-color css
<style>
span { border-color: #A2548E; }
span { border-color: rgb(162,84,142); }
td.TdClassName
{
border-color: #A2548E;
}
.TagClassName
{
border-color: #A2548E;
}
</style>