Shades of Violet Blue #A446AB
Tints of Violet Blue #A446AB
RGB
CMYK
RGB Variations
Color information
#A446AB (or 0xA446AB) is known color: Violet Blue. HEX triplet: A4, 46 and AB. RGB value is (164,70,171). Sum of RGB (Red+Green+Blue) = 164+70+171=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #A446AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A446AB is #5BB954. Grayscale: #6D6D6D. Windows color (decimal): -6011221 or 11224740. OLE color: 11224740.
HSL color Cylindrical-coordinate representation of color #A446AB: hue angle of 295.84º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A446AB is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 70 | 171 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.33 |
| HSL | 295.84º | 0.42% | 0.47% | - |
| HSV(B) | 295.84º | 0.59% | 0.67% | - |
| XYZ | 24.85 | 15.21 | 40.15 | - |
| YUV | 109.62 | 162.64 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 171 | 0.04 | 0.59 | 0 | 0.33 | 295.84 | 0.42 | 0.47 |
| Hex | A4 | 46 | AB | 4 | 3B | 0 | 21 | 128 | 2A | 2F |
| Octal | 244 | 106 | 253 | 4 | 73 | 0 | 41 | 450 | 52 | 57 |
| Binary | 10100100 | 1000110 | 10101011 | 100 | 111011 | 0 | 100001 | 100101000 | 101010 | 101111 |
Color Harmonies of #A446AB
Complementary color
Monochromatic Colors of #A446AB
Black with #A446AB
Text Example
Text Example
White with #A446AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A446AB; }
p { color: rgb(164,70,171); }
H1.HeaderClassName
{
color: #A446AB;
}
.AnyTagClassName
{
color: #A446AB;
}
</style>
background-color css
<style>
a { background-color: #A446AB; }
a { background-color: rgb(164,70,171); }
div.DivClassName
{
background-color: #A446AB;
}
.BgClassName
{
background-color: #A446AB;
}
</style>
border-color css
<style>
span { border-color: #A446AB; }
span { border-color: rgb(164,70,171); }
td.TdClassName
{
border-color: #A446AB;
}
.TagClassName
{
border-color: #A446AB;
}
</style>