Shades of Violet Blue #A563A0
Tints of Violet Blue #A563A0
RGB
CMYK
RGB Variations
Color information
#A563A0 (or 0xA563A0) is known color: Violet Blue. HEX triplet: A5, 63 and A0. RGB value is (165,99,160). Sum of RGB (Red+Green+Blue) = 165+99+160=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A563A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A563A0 is #5A9C5F. Grayscale: #7D7D7D. Windows color (decimal): -5938272 or 10511269. OLE color: 10511269.
HSL color Cylindrical-coordinate representation of color #A563A0: hue angle of 304.55º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A563A0 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 99 | 160 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.35 |
| HSL | 304.55º | 0.27% | 0.52% | - |
| HSV(B) | 304.55º | 0.4% | 0.65% | - |
| XYZ | 26.32 | 19.46 | 35.63 | - |
| YUV | 125.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 160 | 0 | 0.40 | 0.03 | 0.35 | 304.55 | 0.27 | 0.52 |
| Hex | A5 | 63 | A0 | 0 | 28 | 3 | 23 | 131 | 1B | 34 |
| Octal | 245 | 143 | 240 | 0 | 50 | 3 | 43 | 461 | 33 | 64 |
| Binary | 10100101 | 1100011 | 10100000 | 0 | 101000 | 11 | 100011 | 100110001 | 11011 | 110100 |
Color Harmonies of #A563A0
Complementary color
Monochromatic Colors of #A563A0
Black with #A563A0
Text Example
Text Example
White with #A563A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A563A0; }
p { color: rgb(165,99,160); }
H1.HeaderClassName
{
color: #A563A0;
}
.AnyTagClassName
{
color: #A563A0;
}
</style>
background-color css
<style>
a { background-color: #A563A0; }
a { background-color: rgb(165,99,160); }
div.DivClassName
{
background-color: #A563A0;
}
.BgClassName
{
background-color: #A563A0;
}
</style>
border-color css
<style>
span { border-color: #A563A0; }
span { border-color: rgb(165,99,160); }
td.TdClassName
{
border-color: #A563A0;
}
.TagClassName
{
border-color: #A563A0;
}
</style>