Shades of Violet Blue #A63AA2
Tints of Violet Blue #A63AA2
RGB
CMYK
RGB Variations
Color information
#A63AA2 (or 0xA63AA2) is known color: Violet Blue. HEX triplet: A6, 3A and A2. RGB value is (166,58,162). Sum of RGB (Red+Green+Blue) = 166+58+162=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A63AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63AA2 is #59C55D. Grayscale: #656565. Windows color (decimal): -5883230 or 10631846. OLE color: 10631846.
HSL color Cylindrical-coordinate representation of color #A63AA2: hue angle of 302.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63AA2 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 162 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.35 |
| HSL | 302.22º | 0.48% | 0.44% | - |
| HSV(B) | 302.22º | 0.65% | 0.65% | - |
| XYZ | 23.76 | 13.74 | 35.58 | - |
| YUV | 102.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 162 | 0 | 0.65 | 0.02 | 0.35 | 302.22 | 0.48 | 0.44 |
| Hex | A6 | 3A | A2 | 0 | 41 | 2 | 23 | 12E | 30 | 2C |
| Octal | 246 | 72 | 242 | 0 | 101 | 2 | 43 | 456 | 60 | 54 |
| Binary | 10100110 | 111010 | 10100010 | 0 | 1000001 | 10 | 100011 | 100101110 | 110000 | 101100 |
Color Harmonies of #A63AA2
Complementary color
Monochromatic Colors of #A63AA2
Black with #A63AA2
Text Example
Text Example
White with #A63AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63AA2; }
p { color: rgb(166,58,162); }
H1.HeaderClassName
{
color: #A63AA2;
}
.AnyTagClassName
{
color: #A63AA2;
}
</style>
background-color css
<style>
a { background-color: #A63AA2; }
a { background-color: rgb(166,58,162); }
div.DivClassName
{
background-color: #A63AA2;
}
.BgClassName
{
background-color: #A63AA2;
}
</style>
border-color css
<style>
span { border-color: #A63AA2; }
span { border-color: rgb(166,58,162); }
td.TdClassName
{
border-color: #A63AA2;
}
.TagClassName
{
border-color: #A63AA2;
}
</style>