Shades of Violet Blue #A63FAC
Tints of Violet Blue #A63FAC
RGB
CMYK
RGB Variations
Color information
#A63FAC (or 0xA63FAC) is known color: Violet Blue. HEX triplet: A6, 3F and AC. RGB value is (166,63,172). Sum of RGB (Red+Green+Blue) = 166+63+172=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #A63FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63FAC is #59C053. Grayscale: #696969. Windows color (decimal): -5881940 or 11288486. OLE color: 11288486.
HSL color Cylindrical-coordinate representation of color #A63FAC: hue angle of 296.7º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63FAC is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 63 | 172 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.33 |
| HSL | 296.7º | 0.46% | 0.46% | - |
| HSV(B) | 296.7º | 0.63% | 0.67% | - |
| XYZ | 24.95 | 14.64 | 40.54 | - |
| YUV | 106.22 | 165.12 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 172 | 0.03 | 0.63 | 0 | 0.33 | 296.7 | 0.46 | 0.46 |
| Hex | A6 | 3F | AC | 3 | 3F | 0 | 21 | 129 | 2E | 2E |
| Octal | 246 | 77 | 254 | 3 | 77 | 0 | 41 | 451 | 56 | 56 |
| Binary | 10100110 | 111111 | 10101100 | 11 | 111111 | 0 | 100001 | 100101001 | 101110 | 101110 |
Color Harmonies of #A63FAC
Complementary color
Monochromatic Colors of #A63FAC
Black with #A63FAC
Text Example
Text Example
White with #A63FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63FAC; }
p { color: rgb(166,63,172); }
H1.HeaderClassName
{
color: #A63FAC;
}
.AnyTagClassName
{
color: #A63FAC;
}
</style>
background-color css
<style>
a { background-color: #A63FAC; }
a { background-color: rgb(166,63,172); }
div.DivClassName
{
background-color: #A63FAC;
}
.BgClassName
{
background-color: #A63FAC;
}
</style>
border-color css
<style>
span { border-color: #A63FAC; }
span { border-color: rgb(166,63,172); }
td.TdClassName
{
border-color: #A63FAC;
}
.TagClassName
{
border-color: #A63FAC;
}
</style>