Shades of Violet Blue #A63FA6
Tints of Violet Blue #A63FA6
RGB
CMYK
RGB Variations
Color information
#A63FA6 (or 0xA63FA6) is known color: Violet Blue. HEX triplet: A6, 3F and A6. RGB value is (166,63,166). Sum of RGB (Red+Green+Blue) = 166+63+166=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A63FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63FA6 is #59C059. Grayscale: #696969. Windows color (decimal): -5881946 or 10895270. OLE color: 10895270.
HSL color Cylindrical-coordinate representation of color #A63FA6: hue angle of 300º 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 #A63FA6 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 166 | - |
| CMYK | 0 | 0.62 | 0 | 0.35 |
| HSL | 300º | 0.45% | 0.45% | - |
| HSV(B) | 300º | 0.62% | 0.65% | - |
| XYZ | 24.39 | 14.42 | 37.57 | - |
| YUV | 105.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 166 | 0 | 0.62 | 0 | 0.35 | 300 | 0.45 | 0.45 |
| Hex | A6 | 3F | A6 | 0 | 3E | 0 | 23 | 12C | 2D | 2D |
| Octal | 246 | 77 | 246 | 0 | 76 | 0 | 43 | 454 | 55 | 55 |
| Binary | 10100110 | 111111 | 10100110 | 0 | 111110 | 0 | 100011 | 100101100 | 101101 | 101101 |
Color Harmonies of #A63FA6
Complementary color
Monochromatic Colors of #A63FA6
Black with #A63FA6
Text Example
Text Example
White with #A63FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63FA6; }
p { color: rgb(166,63,166); }
H1.HeaderClassName
{
color: #A63FA6;
}
.AnyTagClassName
{
color: #A63FA6;
}
</style>
background-color css
<style>
a { background-color: #A63FA6; }
a { background-color: rgb(166,63,166); }
div.DivClassName
{
background-color: #A63FA6;
}
.BgClassName
{
background-color: #A63FA6;
}
</style>
border-color css
<style>
span { border-color: #A63FA6; }
span { border-color: rgb(166,63,166); }
td.TdClassName
{
border-color: #A63FA6;
}
.TagClassName
{
border-color: #A63FA6;
}
</style>