Shades of Violet Blue #A456B0
Tints of Violet Blue #A456B0
RGB
CMYK
RGB Variations
Color information
#A456B0 (or 0xA456B0) is known color: Violet Blue. HEX triplet: A4, 56 and B0. RGB value is (164,86,176). Sum of RGB (Red+Green+Blue) = 164+86+176=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 176 - color contains mainly: blue. Hex color #A456B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A456B0 is #5BA94F. Grayscale: #777777. Windows color (decimal): -6007120 or 11556516. OLE color: 11556516.
HSL color Cylindrical-coordinate representation of color #A456B0: hue angle of 292º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A456B0 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 86 | 176 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.31 |
| HSL | 292º | 0.36% | 0.51% | - |
| HSV(B) | 292º | 0.51% | 0.69% | - |
| XYZ | 26.47 | 17.68 | 43.09 | - |
| YUV | 119.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 176 | 0.07 | 0.51 | 0 | 0.31 | 292 | 0.36 | 0.51 |
| Hex | A4 | 56 | B0 | 7 | 33 | 0 | 1F | 124 | 24 | 33 |
| Octal | 244 | 126 | 260 | 7 | 63 | 0 | 37 | 444 | 44 | 63 |
| Binary | 10100100 | 1010110 | 10110000 | 111 | 110011 | 0 | 11111 | 100100100 | 100100 | 110011 |
Color Harmonies of #A456B0
Complementary color
Monochromatic Colors of #A456B0
Black with #A456B0
Text Example
Text Example
White with #A456B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A456B0; }
p { color: rgb(164,86,176); }
H1.HeaderClassName
{
color: #A456B0;
}
.AnyTagClassName
{
color: #A456B0;
}
</style>
background-color css
<style>
a { background-color: #A456B0; }
a { background-color: rgb(164,86,176); }
div.DivClassName
{
background-color: #A456B0;
}
.BgClassName
{
background-color: #A456B0;
}
</style>
border-color css
<style>
span { border-color: #A456B0; }
span { border-color: rgb(164,86,176); }
td.TdClassName
{
border-color: #A456B0;
}
.TagClassName
{
border-color: #A456B0;
}
</style>