Shades of Violet Blue #A463AA
Tints of Violet Blue #A463AA
RGB
CMYK
RGB Variations
Color information
#A463AA (or 0xA463AA) is known color: Violet Blue. HEX triplet: A4, 63 and AA. RGB value is (164,99,170). Sum of RGB (Red+Green+Blue) = 164+99+170=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #A463AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A463AA is #5B9C55. Grayscale: #7E7E7E. Windows color (decimal): -6003798 or 11166628. OLE color: 11166628.
HSL color Cylindrical-coordinate representation of color #A463AA: hue angle of 294.93º degrees, saturation: 0.29, 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 #A463AA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 99 | 170 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.33 |
| HSL | 294.93º | 0.29% | 0.53% | - |
| HSV(B) | 294.93º | 0.42% | 0.67% | - |
| XYZ | 27.03 | 19.72 | 40.41 | - |
| YUV | 126.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 170 | 0.04 | 0.42 | 0 | 0.33 | 294.93 | 0.29 | 0.53 |
| Hex | A4 | 63 | AA | 4 | 2A | 0 | 21 | 127 | 1D | 35 |
| Octal | 244 | 143 | 252 | 4 | 52 | 0 | 41 | 447 | 35 | 65 |
| Binary | 10100100 | 1100011 | 10101010 | 100 | 101010 | 0 | 100001 | 100100111 | 11101 | 110101 |
Color Harmonies of #A463AA
Complementary color
Monochromatic Colors of #A463AA
Black with #A463AA
Text Example
Text Example
White with #A463AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A463AA; }
p { color: rgb(164,99,170); }
H1.HeaderClassName
{
color: #A463AA;
}
.AnyTagClassName
{
color: #A463AA;
}
</style>
background-color css
<style>
a { background-color: #A463AA; }
a { background-color: rgb(164,99,170); }
div.DivClassName
{
background-color: #A463AA;
}
.BgClassName
{
background-color: #A463AA;
}
</style>
border-color css
<style>
span { border-color: #A463AA; }
span { border-color: rgb(164,99,170); }
td.TdClassName
{
border-color: #A463AA;
}
.TagClassName
{
border-color: #A463AA;
}
</style>