Shades of Violet Blue #A545A1
Tints of Violet Blue #A545A1
RGB
CMYK
RGB Variations
Color information
#A545A1 (or 0xA545A1) is known color: Violet Blue. HEX triplet: A5, 45 and A1. RGB value is (165,69,161). Sum of RGB (Red+Green+Blue) = 165+69+161=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A545A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A545A1 is #5ABA5E. Grayscale: #6B6B6B. Windows color (decimal): -5945951 or 10569125. OLE color: 10569125.
HSL color Cylindrical-coordinate representation of color #A545A1: hue angle of 302.5º 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 #A545A1 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 161 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.35 |
| HSL | 302.5º | 0.41% | 0.46% | - |
| HSV(B) | 302.5º | 0.58% | 0.65% | - |
| XYZ | 24.08 | 14.83 | 35.31 | - |
| YUV | 108.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 161 | 0 | 0.58 | 0.02 | 0.35 | 302.5 | 0.41 | 0.46 |
| Hex | A5 | 45 | A1 | 0 | 3A | 2 | 23 | 12E | 29 | 2E |
| Octal | 245 | 105 | 241 | 0 | 72 | 2 | 43 | 456 | 51 | 56 |
| Binary | 10100101 | 1000101 | 10100001 | 0 | 111010 | 10 | 100011 | 100101110 | 101001 | 101110 |
Color Harmonies of #A545A1
Complementary color
Monochromatic Colors of #A545A1
Black with #A545A1
Text Example
Text Example
White with #A545A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A545A1; }
p { color: rgb(165,69,161); }
H1.HeaderClassName
{
color: #A545A1;
}
.AnyTagClassName
{
color: #A545A1;
}
</style>
background-color css
<style>
a { background-color: #A545A1; }
a { background-color: rgb(165,69,161); }
div.DivClassName
{
background-color: #A545A1;
}
.BgClassName
{
background-color: #A545A1;
}
</style>
border-color css
<style>
span { border-color: #A545A1; }
span { border-color: rgb(165,69,161); }
td.TdClassName
{
border-color: #A545A1;
}
.TagClassName
{
border-color: #A545A1;
}
</style>