Shades of Violet Blue #A672A0
Tints of Violet Blue #A672A0
RGB
CMYK
RGB Variations
Color information
#A672A0 (or 0xA672A0) is known color: Violet Blue. HEX triplet: A6, 72 and A0. RGB value is (166,114,160). Sum of RGB (Red+Green+Blue) = 166+114+160=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A672A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A672A0 is #598D5F. Grayscale: #868686. Windows color (decimal): -5868896 or 10515110. OLE color: 10515110.
HSL color Cylindrical-coordinate representation of color #A672A0: hue angle of 306.92º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A672A0 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 160 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.35 |
| HSL | 306.92º | 0.23% | 0.55% | - |
| HSV(B) | 306.92º | 0.31% | 0.65% | - |
| XYZ | 28.09 | 22.68 | 36.15 | - |
| YUV | 134.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 160 | 0 | 0.31 | 0.04 | 0.35 | 306.92 | 0.23 | 0.55 |
| Hex | A6 | 72 | A0 | 0 | 1F | 4 | 23 | 133 | 17 | 37 |
| Octal | 246 | 162 | 240 | 0 | 37 | 4 | 43 | 463 | 27 | 67 |
| Binary | 10100110 | 1110010 | 10100000 | 0 | 11111 | 100 | 100011 | 100110011 | 10111 | 110111 |
Color Harmonies of #A672A0
Complementary color
Monochromatic Colors of #A672A0
Black with #A672A0
Text Example
Text Example
White with #A672A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672A0; }
p { color: rgb(166,114,160); }
H1.HeaderClassName
{
color: #A672A0;
}
.AnyTagClassName
{
color: #A672A0;
}
</style>
background-color css
<style>
a { background-color: #A672A0; }
a { background-color: rgb(166,114,160); }
div.DivClassName
{
background-color: #A672A0;
}
.BgClassName
{
background-color: #A672A0;
}
</style>
border-color css
<style>
span { border-color: #A672A0; }
span { border-color: rgb(166,114,160); }
td.TdClassName
{
border-color: #A672A0;
}
.TagClassName
{
border-color: #A672A0;
}
</style>