Shades of Violet Blue #A754A1
Tints of Violet Blue #A754A1
RGB
CMYK
RGB Variations
Color information
#A754A1 (or 0xA754A1) is known color: Violet Blue. HEX triplet: A7, 54 and A1. RGB value is (167,84,161). Sum of RGB (Red+Green+Blue) = 167+84+161=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A754A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A754A1 is #58AB5E. Grayscale: #757575. Windows color (decimal): -5811039 or 10572967. OLE color: 10572967.
HSL color Cylindrical-coordinate representation of color #A754A1: hue angle of 304.34º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A754A1 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 84 | 161 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.35 |
| HSL | 304.34º | 0.33% | 0.49% | - |
| HSV(B) | 304.34º | 0.5% | 0.65% | - |
| XYZ | 25.54 | 17.13 | 35.68 | - |
| YUV | 117.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 84 | 161 | 0 | 0.50 | 0.04 | 0.35 | 304.34 | 0.33 | 0.49 |
| Hex | A7 | 54 | A1 | 0 | 32 | 4 | 23 | 130 | 21 | 31 |
| Octal | 247 | 124 | 241 | 0 | 62 | 4 | 43 | 460 | 41 | 61 |
| Binary | 10100111 | 1010100 | 10100001 | 0 | 110010 | 100 | 100011 | 100110000 | 100001 | 110001 |
Color Harmonies of #A754A1
Complementary color
Monochromatic Colors of #A754A1
Black with #A754A1
Text Example
Text Example
White with #A754A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A754A1; }
p { color: rgb(167,84,161); }
H1.HeaderClassName
{
color: #A754A1;
}
.AnyTagClassName
{
color: #A754A1;
}
</style>
background-color css
<style>
a { background-color: #A754A1; }
a { background-color: rgb(167,84,161); }
div.DivClassName
{
background-color: #A754A1;
}
.BgClassName
{
background-color: #A754A1;
}
</style>
border-color css
<style>
span { border-color: #A754A1; }
span { border-color: rgb(167,84,161); }
td.TdClassName
{
border-color: #A754A1;
}
.TagClassName
{
border-color: #A754A1;
}
</style>