Shades of Violet Blue #A46CA2
Tints of Violet Blue #A46CA2
RGB
CMYK
RGB Variations
Color information
#A46CA2 (or 0xA46CA2) is known color: Violet Blue. HEX triplet: A4, 6C and A2. RGB value is (164,108,162). Sum of RGB (Red+Green+Blue) = 164+108+162=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A46CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46CA2 is #5B935D. Grayscale: #828282. Windows color (decimal): -6001502 or 10644644. OLE color: 10644644.
HSL color Cylindrical-coordinate representation of color #A46CA2: hue angle of 302.14º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46CA2 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 162 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.36 |
| HSL | 302.14º | 0.24% | 0.53% | - |
| HSV(B) | 302.14º | 0.34% | 0.64% | - |
| XYZ | 27.19 | 21.23 | 36.85 | - |
| YUV | 130.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 162 | 0 | 0.34 | 0.01 | 0.36 | 302.14 | 0.24 | 0.53 |
| Hex | A4 | 6C | A2 | 0 | 22 | 1 | 24 | 12E | 18 | 35 |
| Octal | 244 | 154 | 242 | 0 | 42 | 1 | 44 | 456 | 30 | 65 |
| Binary | 10100100 | 1101100 | 10100010 | 0 | 100010 | 1 | 100100 | 100101110 | 11000 | 110101 |
Color Harmonies of #A46CA2
Complementary color
Monochromatic Colors of #A46CA2
Black with #A46CA2
Text Example
Text Example
White with #A46CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CA2; }
p { color: rgb(164,108,162); }
H1.HeaderClassName
{
color: #A46CA2;
}
.AnyTagClassName
{
color: #A46CA2;
}
</style>
background-color css
<style>
a { background-color: #A46CA2; }
a { background-color: rgb(164,108,162); }
div.DivClassName
{
background-color: #A46CA2;
}
.BgClassName
{
background-color: #A46CA2;
}
</style>
border-color css
<style>
span { border-color: #A46CA2; }
span { border-color: rgb(164,108,162); }
td.TdClassName
{
border-color: #A46CA2;
}
.TagClassName
{
border-color: #A46CA2;
}
</style>