Shades of Violet Blue #A751A2
Tints of Violet Blue #A751A2
RGB
CMYK
RGB Variations
Color information
#A751A2 (or 0xA751A2) is known color: Violet Blue. HEX triplet: A7, 51 and A2. RGB value is (167,81,162). Sum of RGB (Red+Green+Blue) = 167+81+162=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A751A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A751A2 is #58AE5D. Grayscale: #737373. Windows color (decimal): -5811806 or 10637735. OLE color: 10637735.
HSL color Cylindrical-coordinate representation of color #A751A2: hue angle of 303.49º 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 #A751A2 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 81 | 162 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.35 |
| HSL | 303.49º | 0.35% | 0.49% | - |
| HSV(B) | 303.49º | 0.51% | 0.65% | - |
| XYZ | 25.4 | 16.71 | 36.07 | - |
| YUV | 115.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 162 | 0 | 0.51 | 0.03 | 0.35 | 303.49 | 0.35 | 0.49 |
| Hex | A7 | 51 | A2 | 0 | 33 | 3 | 23 | 12F | 23 | 31 |
| Octal | 247 | 121 | 242 | 0 | 63 | 3 | 43 | 457 | 43 | 61 |
| Binary | 10100111 | 1010001 | 10100010 | 0 | 110011 | 11 | 100011 | 100101111 | 100011 | 110001 |
Color Harmonies of #A751A2
Complementary color
Monochromatic Colors of #A751A2
Black with #A751A2
Text Example
Text Example
White with #A751A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A751A2; }
p { color: rgb(167,81,162); }
H1.HeaderClassName
{
color: #A751A2;
}
.AnyTagClassName
{
color: #A751A2;
}
</style>
background-color css
<style>
a { background-color: #A751A2; }
a { background-color: rgb(167,81,162); }
div.DivClassName
{
background-color: #A751A2;
}
.BgClassName
{
background-color: #A751A2;
}
</style>
border-color css
<style>
span { border-color: #A751A2; }
span { border-color: rgb(167,81,162); }
td.TdClassName
{
border-color: #A751A2;
}
.TagClassName
{
border-color: #A751A2;
}
</style>