Shades of Violet Blue #A63C9C
Tints of Violet Blue #A63C9C
RGB
CMYK
RGB Variations
Color information
#A63C9C (or 0xA63C9C) is known color: Violet Blue. HEX triplet: A6, 3C and 9C. RGB value is (166,60,156). Sum of RGB (Red+Green+Blue) = 166+60+156=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63C9C is #59C363. Grayscale: #666666. Windows color (decimal): -5882724 or 10239142. OLE color: 10239142.
HSL color Cylindrical-coordinate representation of color #A63C9C: hue angle of 305.66º 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 #A63C9C is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 60 | 156 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.35 |
| HSL | 305.66º | 0.47% | 0.44% | - |
| HSV(B) | 305.66º | 0.64% | 0.65% | - |
| XYZ | 23.34 | 13.74 | 32.87 | - |
| YUV | 102.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 156 | 0 | 0.64 | 0.06 | 0.35 | 305.66 | 0.47 | 0.44 |
| Hex | A6 | 3C | 9C | 0 | 40 | 6 | 23 | 132 | 2F | 2C |
| Octal | 246 | 74 | 234 | 0 | 100 | 6 | 43 | 462 | 57 | 54 |
| Binary | 10100110 | 111100 | 10011100 | 0 | 1000000 | 110 | 100011 | 100110010 | 101111 | 101100 |
Color Harmonies of #A63C9C
Complementary color
Monochromatic Colors of #A63C9C
Black with #A63C9C
Text Example
Text Example
White with #A63C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63C9C; }
p { color: rgb(166,60,156); }
H1.HeaderClassName
{
color: #A63C9C;
}
.AnyTagClassName
{
color: #A63C9C;
}
</style>
background-color css
<style>
a { background-color: #A63C9C; }
a { background-color: rgb(166,60,156); }
div.DivClassName
{
background-color: #A63C9C;
}
.BgClassName
{
background-color: #A63C9C;
}
</style>
border-color css
<style>
span { border-color: #A63C9C; }
span { border-color: rgb(166,60,156); }
td.TdClassName
{
border-color: #A63C9C;
}
.TagClassName
{
border-color: #A63C9C;
}
</style>