Shades of Violet Blue #A672A1
Tints of Violet Blue #A672A1
RGB
CMYK
RGB Variations
Color information
#A672A1 (or 0xA672A1) is known color: Violet Blue. HEX triplet: A6, 72 and A1. RGB value is (166,114,161). Sum of RGB (Red+Green+Blue) = 166+114+161=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A672A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A672A1 is #598D5E. Grayscale: #868686. Windows color (decimal): -5868895 or 10580646. OLE color: 10580646.
HSL color Cylindrical-coordinate representation of color #A672A1: hue angle of 305.77º 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 #A672A1 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 161 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.35 |
| HSL | 305.77º | 0.23% | 0.55% | - |
| HSV(B) | 305.77º | 0.31% | 0.65% | - |
| XYZ | 28.18 | 22.71 | 36.62 | - |
| YUV | 134.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 161 | 0 | 0.31 | 0.03 | 0.35 | 305.77 | 0.23 | 0.55 |
| Hex | A6 | 72 | A1 | 0 | 1F | 3 | 23 | 132 | 17 | 37 |
| Octal | 246 | 162 | 241 | 0 | 37 | 3 | 43 | 462 | 27 | 67 |
| Binary | 10100110 | 1110010 | 10100001 | 0 | 11111 | 11 | 100011 | 100110010 | 10111 | 110111 |
Color Harmonies of #A672A1
Complementary color
Monochromatic Colors of #A672A1
Black with #A672A1
Text Example
Text Example
White with #A672A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672A1; }
p { color: rgb(166,114,161); }
H1.HeaderClassName
{
color: #A672A1;
}
.AnyTagClassName
{
color: #A672A1;
}
</style>
background-color css
<style>
a { background-color: #A672A1; }
a { background-color: rgb(166,114,161); }
div.DivClassName
{
background-color: #A672A1;
}
.BgClassName
{
background-color: #A672A1;
}
</style>
border-color css
<style>
span { border-color: #A672A1; }
span { border-color: rgb(166,114,161); }
td.TdClassName
{
border-color: #A672A1;
}
.TagClassName
{
border-color: #A672A1;
}
</style>