Shades of Violet Blue #A463AB
Tints of Violet Blue #A463AB
RGB
CMYK
RGB Variations
Color information
#A463AB (or 0xA463AB) is known color: Violet Blue. HEX triplet: A4, 63 and AB. RGB value is (164,99,171). Sum of RGB (Red+Green+Blue) = 164+99+171=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #A463AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A463AB is #5B9C54. Grayscale: #7E7E7E. Windows color (decimal): -6003797 or 11232164. OLE color: 11232164.
HSL color Cylindrical-coordinate representation of color #A463AB: hue angle of 294.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A463AB is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 99 | 171 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.33 |
| HSL | 294.17º | 0.3% | 0.53% | - |
| HSV(B) | 294.17º | 0.42% | 0.67% | - |
| XYZ | 27.12 | 19.76 | 40.91 | - |
| YUV | 126.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 171 | 0.04 | 0.42 | 0 | 0.33 | 294.17 | 0.3 | 0.53 |
| Hex | A4 | 63 | AB | 4 | 2A | 0 | 21 | 126 | 1E | 35 |
| Octal | 244 | 143 | 253 | 4 | 52 | 0 | 41 | 446 | 36 | 65 |
| Binary | 10100100 | 1100011 | 10101011 | 100 | 101010 | 0 | 100001 | 100100110 | 11110 | 110101 |
Color Harmonies of #A463AB
Complementary color
Monochromatic Colors of #A463AB
Black with #A463AB
Text Example
Text Example
White with #A463AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A463AB; }
p { color: rgb(164,99,171); }
H1.HeaderClassName
{
color: #A463AB;
}
.AnyTagClassName
{
color: #A463AB;
}
</style>
background-color css
<style>
a { background-color: #A463AB; }
a { background-color: rgb(164,99,171); }
div.DivClassName
{
background-color: #A463AB;
}
.BgClassName
{
background-color: #A463AB;
}
</style>
border-color css
<style>
span { border-color: #A463AB; }
span { border-color: rgb(164,99,171); }
td.TdClassName
{
border-color: #A463AB;
}
.TagClassName
{
border-color: #A463AB;
}
</style>