Shades of Violet Blue #A63A9F
Tints of Violet Blue #A63A9F
RGB
CMYK
RGB Variations
Color information
#A63A9F (or 0xA63A9F) is known color: Violet Blue. HEX triplet: A6, 3A and 9F. RGB value is (166,58,159). Sum of RGB (Red+Green+Blue) = 166+58+159=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63A9F is #59C560. Grayscale: #656565. Windows color (decimal): -5883233 or 10435238. OLE color: 10435238.
HSL color Cylindrical-coordinate representation of color #A63A9F: hue angle of 303.89º 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 #A63A9F is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 159 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.35 |
| HSL | 303.89º | 0.48% | 0.44% | - |
| HSV(B) | 303.89º | 0.65% | 0.65% | - |
| XYZ | 23.5 | 13.64 | 34.19 | - |
| YUV | 101.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 159 | 0 | 0.65 | 0.04 | 0.35 | 303.89 | 0.48 | 0.44 |
| Hex | A6 | 3A | 9F | 0 | 41 | 4 | 23 | 130 | 30 | 2C |
| Octal | 246 | 72 | 237 | 0 | 101 | 4 | 43 | 460 | 60 | 54 |
| Binary | 10100110 | 111010 | 10011111 | 0 | 1000001 | 100 | 100011 | 100110000 | 110000 | 101100 |
Color Harmonies of #A63A9F
Complementary color
Monochromatic Colors of #A63A9F
Black with #A63A9F
Text Example
Text Example
White with #A63A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A9F; }
p { color: rgb(166,58,159); }
H1.HeaderClassName
{
color: #A63A9F;
}
.AnyTagClassName
{
color: #A63A9F;
}
</style>
background-color css
<style>
a { background-color: #A63A9F; }
a { background-color: rgb(166,58,159); }
div.DivClassName
{
background-color: #A63A9F;
}
.BgClassName
{
background-color: #A63A9F;
}
</style>
border-color css
<style>
span { border-color: #A63A9F; }
span { border-color: rgb(166,58,159); }
td.TdClassName
{
border-color: #A63A9F;
}
.TagClassName
{
border-color: #A63A9F;
}
</style>