Shades of Violet Blue #A63C9D
Tints of Violet Blue #A63C9D
RGB
CMYK
RGB Variations
Color information
#A63C9D (or 0xA63C9D) is known color: Violet Blue. HEX triplet: A6, 3C and 9D. RGB value is (166,60,157). Sum of RGB (Red+Green+Blue) = 166+60+157=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63C9D is #59C362. Grayscale: #666666. Windows color (decimal): -5882723 or 10304678. OLE color: 10304678.
HSL color Cylindrical-coordinate representation of color #A63C9D: hue angle of 305.09º 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 #A63C9D is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 60 | 157 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.35 |
| HSL | 305.09º | 0.47% | 0.44% | - |
| HSV(B) | 305.09º | 0.64% | 0.65% | - |
| XYZ | 23.43 | 13.77 | 33.32 | - |
| YUV | 102.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 157 | 0 | 0.64 | 0.05 | 0.35 | 305.09 | 0.47 | 0.44 |
| Hex | A6 | 3C | 9D | 0 | 40 | 5 | 23 | 131 | 2F | 2C |
| Octal | 246 | 74 | 235 | 0 | 100 | 5 | 43 | 461 | 57 | 54 |
| Binary | 10100110 | 111100 | 10011101 | 0 | 1000000 | 101 | 100011 | 100110001 | 101111 | 101100 |
Color Harmonies of #A63C9D
Complementary color
Monochromatic Colors of #A63C9D
Black with #A63C9D
Text Example
Text Example
White with #A63C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63C9D; }
p { color: rgb(166,60,157); }
H1.HeaderClassName
{
color: #A63C9D;
}
.AnyTagClassName
{
color: #A63C9D;
}
</style>
background-color css
<style>
a { background-color: #A63C9D; }
a { background-color: rgb(166,60,157); }
div.DivClassName
{
background-color: #A63C9D;
}
.BgClassName
{
background-color: #A63C9D;
}
</style>
border-color css
<style>
span { border-color: #A63C9D; }
span { border-color: rgb(166,60,157); }
td.TdClassName
{
border-color: #A63C9D;
}
.TagClassName
{
border-color: #A63C9D;
}
</style>