Shades of Violet Blue #A547A7
Tints of Violet Blue #A547A7
RGB
CMYK
RGB Variations
Color information
#A547A7 (or 0xA547A7) is known color: Violet Blue. HEX triplet: A5, 47 and A7. RGB value is (165,71,167). Sum of RGB (Red+Green+Blue) = 165+71+167=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 167 - color contains mainly: blue. Hex color #A547A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A547A7 is #5AB858. Grayscale: #6D6D6D. Windows color (decimal): -5945433 or 10962853. OLE color: 10962853.
HSL color Cylindrical-coordinate representation of color #A547A7: hue angle of 298.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A547A7 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 71 | 167 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.35 |
| HSL | 298.75º | 0.4% | 0.47% | - |
| HSV(B) | 298.75º | 0.57% | 0.65% | - |
| XYZ | 24.75 | 15.3 | 38.21 | - |
| YUV | 110.05 | 160.14 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 167 | 0.01 | 0.57 | 0 | 0.35 | 298.75 | 0.4 | 0.47 |
| Hex | A5 | 47 | A7 | 1 | 39 | 0 | 23 | 12B | 28 | 2F |
| Octal | 245 | 107 | 247 | 1 | 71 | 0 | 43 | 453 | 50 | 57 |
| Binary | 10100101 | 1000111 | 10100111 | 1 | 111001 | 0 | 100011 | 100101011 | 101000 | 101111 |
Color Harmonies of #A547A7
Complementary color
Monochromatic Colors of #A547A7
Black with #A547A7
Text Example
Text Example
White with #A547A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A547A7; }
p { color: rgb(165,71,167); }
H1.HeaderClassName
{
color: #A547A7;
}
.AnyTagClassName
{
color: #A547A7;
}
</style>
background-color css
<style>
a { background-color: #A547A7; }
a { background-color: rgb(165,71,167); }
div.DivClassName
{
background-color: #A547A7;
}
.BgClassName
{
background-color: #A547A7;
}
</style>
border-color css
<style>
span { border-color: #A547A7; }
span { border-color: rgb(165,71,167); }
td.TdClassName
{
border-color: #A547A7;
}
.TagClassName
{
border-color: #A547A7;
}
</style>