Shades of Violet Blue #A671A2
Tints of Violet Blue #A671A2
RGB
CMYK
RGB Variations
Color information
#A671A2 (or 0xA671A2) is known color: Violet Blue. HEX triplet: A6, 71 and A2. RGB value is (166,113,162). Sum of RGB (Red+Green+Blue) = 166+113+162=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A671A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A671A2 is #598E5D. Grayscale: #868686. Windows color (decimal): -5869150 or 10645926. OLE color: 10645926.
HSL color Cylindrical-coordinate representation of color #A671A2: hue angle of 304.53º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A671A2 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 162 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.35 |
| HSL | 304.53º | 0.23% | 0.55% | - |
| HSV(B) | 304.53º | 0.32% | 0.65% | - |
| XYZ | 28.15 | 22.53 | 37.05 | - |
| YUV | 134.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 162 | 0 | 0.32 | 0.02 | 0.35 | 304.53 | 0.23 | 0.55 |
| Hex | A6 | 71 | A2 | 0 | 20 | 2 | 23 | 131 | 17 | 37 |
| Octal | 246 | 161 | 242 | 0 | 40 | 2 | 43 | 461 | 27 | 67 |
| Binary | 10100110 | 1110001 | 10100010 | 0 | 100000 | 10 | 100011 | 100110001 | 10111 | 110111 |
Color Harmonies of #A671A2
Complementary color
Monochromatic Colors of #A671A2
Black with #A671A2
Text Example
Text Example
White with #A671A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A671A2; }
p { color: rgb(166,113,162); }
H1.HeaderClassName
{
color: #A671A2;
}
.AnyTagClassName
{
color: #A671A2;
}
</style>
background-color css
<style>
a { background-color: #A671A2; }
a { background-color: rgb(166,113,162); }
div.DivClassName
{
background-color: #A671A2;
}
.BgClassName
{
background-color: #A671A2;
}
</style>
border-color css
<style>
span { border-color: #A671A2; }
span { border-color: rgb(166,113,162); }
td.TdClassName
{
border-color: #A671A2;
}
.TagClassName
{
border-color: #A671A2;
}
</style>