Shades of Violet Blue #A451A7
Tints of Violet Blue #A451A7
RGB
CMYK
RGB Variations
Color information
#A451A7 (or 0xA451A7) is known color: Violet Blue. HEX triplet: A4, 51 and A7. RGB value is (164,81,167). Sum of RGB (Red+Green+Blue) = 164+81+167=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 167 - color contains mainly: blue. Hex color #A451A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A451A7 is #5BAE58. Grayscale: #737373. Windows color (decimal): -6008409 or 10965412. OLE color: 10965412.
HSL color Cylindrical-coordinate representation of color #A451A7: hue angle of 297.91º 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 #A451A7 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 81 | 167 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.35 |
| HSL | 297.91º | 0.35% | 0.49% | - |
| HSV(B) | 297.91º | 0.51% | 0.65% | - |
| XYZ | 25.23 | 16.57 | 38.43 | - |
| YUV | 115.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 167 | 0.02 | 0.51 | 0 | 0.35 | 297.91 | 0.35 | 0.49 |
| Hex | A4 | 51 | A7 | 2 | 33 | 0 | 23 | 12A | 23 | 31 |
| Octal | 244 | 121 | 247 | 2 | 63 | 0 | 43 | 452 | 43 | 61 |
| Binary | 10100100 | 1010001 | 10100111 | 10 | 110011 | 0 | 100011 | 100101010 | 100011 | 110001 |
Color Harmonies of #A451A7
Complementary color
Monochromatic Colors of #A451A7
Black with #A451A7
Text Example
Text Example
White with #A451A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A451A7; }
p { color: rgb(164,81,167); }
H1.HeaderClassName
{
color: #A451A7;
}
.AnyTagClassName
{
color: #A451A7;
}
</style>
background-color css
<style>
a { background-color: #A451A7; }
a { background-color: rgb(164,81,167); }
div.DivClassName
{
background-color: #A451A7;
}
.BgClassName
{
background-color: #A451A7;
}
</style>
border-color css
<style>
span { border-color: #A451A7; }
span { border-color: rgb(164,81,167); }
td.TdClassName
{
border-color: #A451A7;
}
.TagClassName
{
border-color: #A451A7;
}
</style>