Shades of Violet Blue #A672A2
Tints of Violet Blue #A672A2
RGB
CMYK
RGB Variations
Color information
#A672A2 (or 0xA672A2) is known color: Violet Blue. HEX triplet: A6, 72 and A2. RGB value is (166,114,162). Sum of RGB (Red+Green+Blue) = 166+114+162=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A672A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A672A2 is #598D5D. Grayscale: #868686. Windows color (decimal): -5868894 or 10646182. OLE color: 10646182.
HSL color Cylindrical-coordinate representation of color #A672A2: hue angle of 304.62º 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 #A672A2 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 162 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.35 |
| HSL | 304.62º | 0.23% | 0.55% | - |
| HSV(B) | 304.62º | 0.31% | 0.65% | - |
| XYZ | 28.26 | 22.75 | 37.08 | - |
| YUV | 135.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 162 | 0 | 0.31 | 0.02 | 0.35 | 304.62 | 0.23 | 0.55 |
| Hex | A6 | 72 | A2 | 0 | 1F | 2 | 23 | 131 | 17 | 37 |
| Octal | 246 | 162 | 242 | 0 | 37 | 2 | 43 | 461 | 27 | 67 |
| Binary | 10100110 | 1110010 | 10100010 | 0 | 11111 | 10 | 100011 | 100110001 | 10111 | 110111 |
Color Harmonies of #A672A2
Complementary color
Monochromatic Colors of #A672A2
Black with #A672A2
Text Example
Text Example
White with #A672A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672A2; }
p { color: rgb(166,114,162); }
H1.HeaderClassName
{
color: #A672A2;
}
.AnyTagClassName
{
color: #A672A2;
}
</style>
background-color css
<style>
a { background-color: #A672A2; }
a { background-color: rgb(166,114,162); }
div.DivClassName
{
background-color: #A672A2;
}
.BgClassName
{
background-color: #A672A2;
}
</style>
border-color css
<style>
span { border-color: #A672A2; }
span { border-color: rgb(166,114,162); }
td.TdClassName
{
border-color: #A672A2;
}
.TagClassName
{
border-color: #A672A2;
}
</style>