Shades of Violet Blue #A63A9B
Tints of Violet Blue #A63A9B
RGB
CMYK
RGB Variations
Color information
#A63A9B (or 0xA63A9B) is known color: Violet Blue. HEX triplet: A6, 3A and 9B. RGB value is (166,58,155). Sum of RGB (Red+Green+Blue) = 166+58+155=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63A9B is #59C564. Grayscale: #656565. Windows color (decimal): -5883237 or 10173094. OLE color: 10173094.
HSL color Cylindrical-coordinate representation of color #A63A9B: hue angle of 306.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63A9B is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 155 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.35 |
| HSL | 306.11º | 0.48% | 0.44% | - |
| HSV(B) | 306.11º | 0.65% | 0.65% | - |
| XYZ | 23.16 | 13.5 | 32.4 | - |
| YUV | 101.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 155 | 0 | 0.65 | 0.07 | 0.35 | 306.11 | 0.48 | 0.44 |
| Hex | A6 | 3A | 9B | 0 | 41 | 7 | 23 | 132 | 30 | 2C |
| Octal | 246 | 72 | 233 | 0 | 101 | 7 | 43 | 462 | 60 | 54 |
| Binary | 10100110 | 111010 | 10011011 | 0 | 1000001 | 111 | 100011 | 100110010 | 110000 | 101100 |
Color Harmonies of #A63A9B
Complementary color
Monochromatic Colors of #A63A9B
Black with #A63A9B
Text Example
Text Example
White with #A63A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A9B; }
p { color: rgb(166,58,155); }
H1.HeaderClassName
{
color: #A63A9B;
}
.AnyTagClassName
{
color: #A63A9B;
}
</style>
background-color css
<style>
a { background-color: #A63A9B; }
a { background-color: rgb(166,58,155); }
div.DivClassName
{
background-color: #A63A9B;
}
.BgClassName
{
background-color: #A63A9B;
}
</style>
border-color css
<style>
span { border-color: #A63A9B; }
span { border-color: rgb(166,58,155); }
td.TdClassName
{
border-color: #A63A9B;
}
.TagClassName
{
border-color: #A63A9B;
}
</style>