Shades of Violet Blue #A46BB0
Tints of Violet Blue #A46BB0
RGB
CMYK
RGB Variations
Color information
#A46BB0 (or 0xA46BB0) is known color: Violet Blue. HEX triplet: A4, 6B and B0. RGB value is (164,107,176). Sum of RGB (Red+Green+Blue) = 164+107+176=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 176 - color contains mainly: blue. Hex color #A46BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46BB0 is #5B944F. Grayscale: #838383. Windows color (decimal): -6001744 or 11561892. OLE color: 11561892.
HSL color Cylindrical-coordinate representation of color #A46BB0: hue angle of 289.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A46BB0 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 107 | 176 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.31 |
| HSL | 289.57º | 0.3% | 0.55% | - |
| HSV(B) | 289.57º | 0.39% | 0.69% | - |
| XYZ | 28.4 | 21.54 | 43.74 | - |
| YUV | 131.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 176 | 0.07 | 0.39 | 0 | 0.31 | 289.57 | 0.3 | 0.55 |
| Hex | A4 | 6B | B0 | 7 | 27 | 0 | 1F | 122 | 1E | 37 |
| Octal | 244 | 153 | 260 | 7 | 47 | 0 | 37 | 442 | 36 | 67 |
| Binary | 10100100 | 1101011 | 10110000 | 111 | 100111 | 0 | 11111 | 100100010 | 11110 | 110111 |
Color Harmonies of #A46BB0
Complementary color
Monochromatic Colors of #A46BB0
Black with #A46BB0
Text Example
Text Example
White with #A46BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BB0; }
p { color: rgb(164,107,176); }
H1.HeaderClassName
{
color: #A46BB0;
}
.AnyTagClassName
{
color: #A46BB0;
}
</style>
background-color css
<style>
a { background-color: #A46BB0; }
a { background-color: rgb(164,107,176); }
div.DivClassName
{
background-color: #A46BB0;
}
.BgClassName
{
background-color: #A46BB0;
}
</style>
border-color css
<style>
span { border-color: #A46BB0; }
span { border-color: rgb(164,107,176); }
td.TdClassName
{
border-color: #A46BB0;
}
.TagClassName
{
border-color: #A46BB0;
}
</style>