Shades of Violet Blue #A63C99
Tints of Violet Blue #A63C99
RGB
CMYK
RGB Variations
Color information
#A63C99 (or 0xA63C99) is known color: Violet Blue. HEX triplet: A6, 3C and 99. RGB value is (166,60,153). Sum of RGB (Red+Green+Blue) = 166+60+153=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63C99 is #59C366. Grayscale: #666666. Windows color (decimal): -5882727 or 10042534. OLE color: 10042534.
HSL color Cylindrical-coordinate representation of color #A63C99: hue angle of 307.36º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63C99 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 60 | 153 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.35 |
| HSL | 307.36º | 0.47% | 0.44% | - |
| HSV(B) | 307.36º | 0.64% | 0.65% | - |
| XYZ | 23.09 | 13.64 | 31.55 | - |
| YUV | 102.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 153 | 0 | 0.64 | 0.08 | 0.35 | 307.36 | 0.47 | 0.44 |
| Hex | A6 | 3C | 99 | 0 | 40 | 8 | 23 | 133 | 2F | 2C |
| Octal | 246 | 74 | 231 | 0 | 100 | 10 | 43 | 463 | 57 | 54 |
| Binary | 10100110 | 111100 | 10011001 | 0 | 1000000 | 1000 | 100011 | 100110011 | 101111 | 101100 |
Color Harmonies of #A63C99
Complementary color
Monochromatic Colors of #A63C99
Black with #A63C99
Text Example
Text Example
White with #A63C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63C99; }
p { color: rgb(166,60,153); }
H1.HeaderClassName
{
color: #A63C99;
}
.AnyTagClassName
{
color: #A63C99;
}
</style>
background-color css
<style>
a { background-color: #A63C99; }
a { background-color: rgb(166,60,153); }
div.DivClassName
{
background-color: #A63C99;
}
.BgClassName
{
background-color: #A63C99;
}
</style>
border-color css
<style>
span { border-color: #A63C99; }
span { border-color: rgb(166,60,153); }
td.TdClassName
{
border-color: #A63C99;
}
.TagClassName
{
border-color: #A63C99;
}
</style>