Shades of Violet Blue #A46BA2
Tints of Violet Blue #A46BA2
RGB
CMYK
RGB Variations
Color information
#A46BA2 (or 0xA46BA2) is known color: Violet Blue. HEX triplet: A4, 6B and A2. RGB value is (164,107,162). Sum of RGB (Red+Green+Blue) = 164+107+162=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A46BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46BA2 is #5B945D. Grayscale: #828282. Windows color (decimal): -6001758 or 10644388. OLE color: 10644388.
HSL color Cylindrical-coordinate representation of color #A46BA2: hue angle of 302.11º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46BA2 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 162 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.36 |
| HSL | 302.11º | 0.24% | 0.53% | - |
| HSV(B) | 302.11º | 0.35% | 0.64% | - |
| XYZ | 27.09 | 21.02 | 36.81 | - |
| YUV | 130.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 162 | 0 | 0.35 | 0.01 | 0.36 | 302.11 | 0.24 | 0.53 |
| Hex | A4 | 6B | A2 | 0 | 23 | 1 | 24 | 12E | 18 | 35 |
| Octal | 244 | 153 | 242 | 0 | 43 | 1 | 44 | 456 | 30 | 65 |
| Binary | 10100100 | 1101011 | 10100010 | 0 | 100011 | 1 | 100100 | 100101110 | 11000 | 110101 |
Color Harmonies of #A46BA2
Complementary color
Monochromatic Colors of #A46BA2
Black with #A46BA2
Text Example
Text Example
White with #A46BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BA2; }
p { color: rgb(164,107,162); }
H1.HeaderClassName
{
color: #A46BA2;
}
.AnyTagClassName
{
color: #A46BA2;
}
</style>
background-color css
<style>
a { background-color: #A46BA2; }
a { background-color: rgb(164,107,162); }
div.DivClassName
{
background-color: #A46BA2;
}
.BgClassName
{
background-color: #A46BA2;
}
</style>
border-color css
<style>
span { border-color: #A46BA2; }
span { border-color: rgb(164,107,162); }
td.TdClassName
{
border-color: #A46BA2;
}
.TagClassName
{
border-color: #A46BA2;
}
</style>