Shades of Violet Blue #A545A0
Tints of Violet Blue #A545A0
RGB
CMYK
RGB Variations
Color information
#A545A0 (or 0xA545A0) is known color: Violet Blue. HEX triplet: A5, 45 and A0. RGB value is (165,69,160). Sum of RGB (Red+Green+Blue) = 165+69+160=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A545A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A545A0 is #5ABA5F. Grayscale: #6B6B6B. Windows color (decimal): -5945952 or 10503589. OLE color: 10503589.
HSL color Cylindrical-coordinate representation of color #A545A0: hue angle of 303.12º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A545A0 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 160 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.35 |
| HSL | 303.13º | 0.41% | 0.46% | - |
| HSV(B) | 303.13º | 0.58% | 0.65% | - |
| XYZ | 23.99 | 14.79 | 34.85 | - |
| YUV | 108.08 | 157.3 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 160 | 0 | 0.58 | 0.03 | 0.35 | 303.13 | 0.41 | 0.46 |
| Hex | A5 | 45 | A0 | 0 | 3A | 3 | 23 | 12F | 29 | 2E |
| Octal | 245 | 105 | 240 | 0 | 72 | 3 | 43 | 457 | 51 | 56 |
| Binary | 10100101 | 1000101 | 10100000 | 0 | 111010 | 11 | 100011 | 100101111 | 101001 | 101110 |
Color Harmonies of #A545A0
Complementary color
Monochromatic Colors of #A545A0
Black with #A545A0
Text Example
Text Example
White with #A545A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A545A0; }
p { color: rgb(165,69,160); }
H1.HeaderClassName
{
color: #A545A0;
}
.AnyTagClassName
{
color: #A545A0;
}
</style>
background-color css
<style>
a { background-color: #A545A0; }
a { background-color: rgb(165,69,160); }
div.DivClassName
{
background-color: #A545A0;
}
.BgClassName
{
background-color: #A545A0;
}
</style>
border-color css
<style>
span { border-color: #A545A0; }
span { border-color: rgb(165,69,160); }
td.TdClassName
{
border-color: #A545A0;
}
.TagClassName
{
border-color: #A545A0;
}
</style>