Shades of Violet Blue #A263A1
Tints of Violet Blue #A263A1
RGB
CMYK
RGB Variations
Color information
#A263A1 (or 0xA263A1) is known color: Violet Blue. HEX triplet: A2, 63 and A1. RGB value is (162,99,161). Sum of RGB (Red+Green+Blue) = 162+99+161=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A263A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A263A1 is #5D9C5E. Grayscale: #7C7C7C. Windows color (decimal): -6134879 or 10576802. OLE color: 10576802.
HSL color Cylindrical-coordinate representation of color #A263A1: hue angle of 300.95º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A263A1 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 99 | 161 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.36 |
| HSL | 300.95º | 0.25% | 0.51% | - |
| HSV(B) | 300.95º | 0.39% | 0.64% | - |
| XYZ | 25.8 | 19.18 | 36.06 | - |
| YUV | 124.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 161 | 0 | 0.39 | 0.01 | 0.36 | 300.95 | 0.25 | 0.51 |
| Hex | A2 | 63 | A1 | 0 | 27 | 1 | 24 | 12D | 19 | 33 |
| Octal | 242 | 143 | 241 | 0 | 47 | 1 | 44 | 455 | 31 | 63 |
| Binary | 10100010 | 1100011 | 10100001 | 0 | 100111 | 1 | 100100 | 100101101 | 11001 | 110011 |
Color Harmonies of #A263A1
Complementary color
Monochromatic Colors of #A263A1
Black with #A263A1
Text Example
Text Example
White with #A263A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A263A1; }
p { color: rgb(162,99,161); }
H1.HeaderClassName
{
color: #A263A1;
}
.AnyTagClassName
{
color: #A263A1;
}
</style>
background-color css
<style>
a { background-color: #A263A1; }
a { background-color: rgb(162,99,161); }
div.DivClassName
{
background-color: #A263A1;
}
.BgClassName
{
background-color: #A263A1;
}
</style>
border-color css
<style>
span { border-color: #A263A1; }
span { border-color: rgb(162,99,161); }
td.TdClassName
{
border-color: #A263A1;
}
.TagClassName
{
border-color: #A263A1;
}
</style>