Shades of Violet Blue #A263AD
Tints of Violet Blue #A263AD
RGB
CMYK
RGB Variations
Color information
#A263AD (or 0xA263AD) is known color: Violet Blue. HEX triplet: A2, 63 and AD. RGB value is (162,99,173). Sum of RGB (Red+Green+Blue) = 162+99+173=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #A263AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A263AD is #5D9C52. Grayscale: #7E7E7E. Windows color (decimal): -6134867 or 11363234. OLE color: 11363234.
HSL color Cylindrical-coordinate representation of color #A263AD: hue angle of 291.08º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A263AD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 99 | 173 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.32 |
| HSL | 291.08º | 0.31% | 0.53% | - |
| HSV(B) | 291.08º | 0.43% | 0.68% | - |
| XYZ | 26.9 | 19.62 | 41.9 | - |
| YUV | 126.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 173 | 0.06 | 0.43 | 0 | 0.32 | 291.08 | 0.31 | 0.53 |
| Hex | A2 | 63 | AD | 6 | 2B | 0 | 20 | 123 | 1F | 35 |
| Octal | 242 | 143 | 255 | 6 | 53 | 0 | 40 | 443 | 37 | 65 |
| Binary | 10100010 | 1100011 | 10101101 | 110 | 101011 | 0 | 100000 | 100100011 | 11111 | 110101 |
Color Harmonies of #A263AD
Complementary color
Monochromatic Colors of #A263AD
Black with #A263AD
Text Example
Text Example
White with #A263AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A263AD; }
p { color: rgb(162,99,173); }
H1.HeaderClassName
{
color: #A263AD;
}
.AnyTagClassName
{
color: #A263AD;
}
</style>
background-color css
<style>
a { background-color: #A263AD; }
a { background-color: rgb(162,99,173); }
div.DivClassName
{
background-color: #A263AD;
}
.BgClassName
{
background-color: #A263AD;
}
</style>
border-color css
<style>
span { border-color: #A263AD; }
span { border-color: rgb(162,99,173); }
td.TdClassName
{
border-color: #A263AD;
}
.TagClassName
{
border-color: #A263AD;
}
</style>