Shades of Violet Blue #A751A4
Tints of Violet Blue #A751A4
RGB
CMYK
RGB Variations
Color information
#A751A4 (or 0xA751A4) is known color: Violet Blue. HEX triplet: A7, 51 and A4. RGB value is (167,81,164). Sum of RGB (Red+Green+Blue) = 167+81+164=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A751A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A751A4 is #58AE5B. Grayscale: #737373. Windows color (decimal): -5811804 or 10768807. OLE color: 10768807.
HSL color Cylindrical-coordinate representation of color #A751A4: hue angle of 302.09º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A751A4 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 81 | 164 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.35 |
| HSL | 302.09º | 0.35% | 0.49% | - |
| HSV(B) | 302.09º | 0.51% | 0.65% | - |
| XYZ | 25.58 | 16.78 | 37.01 | - |
| YUV | 116.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 164 | 0 | 0.51 | 0.02 | 0.35 | 302.09 | 0.35 | 0.49 |
| Hex | A7 | 51 | A4 | 0 | 33 | 2 | 23 | 12E | 23 | 31 |
| Octal | 247 | 121 | 244 | 0 | 63 | 2 | 43 | 456 | 43 | 61 |
| Binary | 10100111 | 1010001 | 10100100 | 0 | 110011 | 10 | 100011 | 100101110 | 100011 | 110001 |
Color Harmonies of #A751A4
Complementary color
Monochromatic Colors of #A751A4
Black with #A751A4
Text Example
Text Example
White with #A751A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A751A4; }
p { color: rgb(167,81,164); }
H1.HeaderClassName
{
color: #A751A4;
}
.AnyTagClassName
{
color: #A751A4;
}
</style>
background-color css
<style>
a { background-color: #A751A4; }
a { background-color: rgb(167,81,164); }
div.DivClassName
{
background-color: #A751A4;
}
.BgClassName
{
background-color: #A751A4;
}
</style>
border-color css
<style>
span { border-color: #A751A4; }
span { border-color: rgb(167,81,164); }
td.TdClassName
{
border-color: #A751A4;
}
.TagClassName
{
border-color: #A751A4;
}
</style>