Shades of Violet Blue #A547A4
Tints of Violet Blue #A547A4
RGB
CMYK
RGB Variations
Color information
#A547A4 (or 0xA547A4) is known color: Violet Blue. HEX triplet: A5, 47 and A4. RGB value is (165,71,164). Sum of RGB (Red+Green+Blue) = 165+71+164=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A547A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A547A4 is #5AB85B. Grayscale: #6D6D6D. Windows color (decimal): -5945436 or 10766245. OLE color: 10766245.
HSL color Cylindrical-coordinate representation of color #A547A4: hue angle of 300.64º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A547A4 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 71 | 164 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.35 |
| HSL | 300.64º | 0.4% | 0.46% | - |
| HSV(B) | 300.64º | 0.57% | 0.65% | - |
| XYZ | 24.47 | 15.19 | 36.76 | - |
| YUV | 109.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 164 | 0 | 0.57 | 0.01 | 0.35 | 300.64 | 0.4 | 0.46 |
| Hex | A5 | 47 | A4 | 0 | 39 | 1 | 23 | 12D | 28 | 2E |
| Octal | 245 | 107 | 244 | 0 | 71 | 1 | 43 | 455 | 50 | 56 |
| Binary | 10100101 | 1000111 | 10100100 | 0 | 111001 | 1 | 100011 | 100101101 | 101000 | 101110 |
Color Harmonies of #A547A4
Complementary color
Monochromatic Colors of #A547A4
Black with #A547A4
Text Example
Text Example
White with #A547A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A547A4; }
p { color: rgb(165,71,164); }
H1.HeaderClassName
{
color: #A547A4;
}
.AnyTagClassName
{
color: #A547A4;
}
</style>
background-color css
<style>
a { background-color: #A547A4; }
a { background-color: rgb(165,71,164); }
div.DivClassName
{
background-color: #A547A4;
}
.BgClassName
{
background-color: #A547A4;
}
</style>
border-color css
<style>
span { border-color: #A547A4; }
span { border-color: rgb(165,71,164); }
td.TdClassName
{
border-color: #A547A4;
}
.TagClassName
{
border-color: #A547A4;
}
</style>