Shades of Violet Blue #A63F9F
Tints of Violet Blue #A63F9F
RGB
CMYK
RGB Variations
Color information
#A63F9F (or 0xA63F9F) is known color: Violet Blue. HEX triplet: A6, 3F and 9F. RGB value is (166,63,159). Sum of RGB (Red+Green+Blue) = 166+63+159=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63F9F is #59C060. Grayscale: #686868. Windows color (decimal): -5881953 or 10436518. OLE color: 10436518.
HSL color Cylindrical-coordinate representation of color #A63F9F: hue angle of 304.08º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A63F9F is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 159 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.35 |
| HSL | 304.08º | 0.45% | 0.45% | - |
| HSV(B) | 304.08º | 0.62% | 0.65% | - |
| XYZ | 23.76 | 14.17 | 34.28 | - |
| YUV | 104.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 159 | 0 | 0.62 | 0.04 | 0.35 | 304.08 | 0.45 | 0.45 |
| Hex | A6 | 3F | 9F | 0 | 3E | 4 | 23 | 130 | 2D | 2D |
| Octal | 246 | 77 | 237 | 0 | 76 | 4 | 43 | 460 | 55 | 55 |
| Binary | 10100110 | 111111 | 10011111 | 0 | 111110 | 100 | 100011 | 100110000 | 101101 | 101101 |
Color Harmonies of #A63F9F
Complementary color
Monochromatic Colors of #A63F9F
Black with #A63F9F
Text Example
Text Example
White with #A63F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F9F; }
p { color: rgb(166,63,159); }
H1.HeaderClassName
{
color: #A63F9F;
}
.AnyTagClassName
{
color: #A63F9F;
}
</style>
background-color css
<style>
a { background-color: #A63F9F; }
a { background-color: rgb(166,63,159); }
div.DivClassName
{
background-color: #A63F9F;
}
.BgClassName
{
background-color: #A63F9F;
}
</style>
border-color css
<style>
span { border-color: #A63F9F; }
span { border-color: rgb(166,63,159); }
td.TdClassName
{
border-color: #A63F9F;
}
.TagClassName
{
border-color: #A63F9F;
}
</style>