Shades of Violet Blue #A43C9D
Tints of Violet Blue #A43C9D
RGB
CMYK
RGB Variations
Color information
#A43C9D (or 0xA43C9D) is known color: Violet Blue. HEX triplet: A4, 3C and 9D. RGB value is (164,60,157). Sum of RGB (Red+Green+Blue) = 164+60+157=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43C9D is #5BC362. Grayscale: #656565. Windows color (decimal): -6013795 or 10304676. OLE color: 10304676.
HSL color Cylindrical-coordinate representation of color #A43C9D: hue angle of 304.04º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43C9D is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 60 | 157 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.36 |
| HSL | 304.04º | 0.46% | 0.44% | - |
| HSV(B) | 304.04º | 0.63% | 0.64% | - |
| XYZ | 23.01 | 13.56 | 33.3 | - |
| YUV | 102.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 157 | 0 | 0.63 | 0.04 | 0.36 | 304.04 | 0.46 | 0.44 |
| Hex | A4 | 3C | 9D | 0 | 3F | 4 | 24 | 130 | 2E | 2C |
| Octal | 244 | 74 | 235 | 0 | 77 | 4 | 44 | 460 | 56 | 54 |
| Binary | 10100100 | 111100 | 10011101 | 0 | 111111 | 100 | 100100 | 100110000 | 101110 | 101100 |
Color Harmonies of #A43C9D
Complementary color
Monochromatic Colors of #A43C9D
Black with #A43C9D
Text Example
Text Example
White with #A43C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43C9D; }
p { color: rgb(164,60,157); }
H1.HeaderClassName
{
color: #A43C9D;
}
.AnyTagClassName
{
color: #A43C9D;
}
</style>
background-color css
<style>
a { background-color: #A43C9D; }
a { background-color: rgb(164,60,157); }
div.DivClassName
{
background-color: #A43C9D;
}
.BgClassName
{
background-color: #A43C9D;
}
</style>
border-color css
<style>
span { border-color: #A43C9D; }
span { border-color: rgb(164,60,157); }
td.TdClassName
{
border-color: #A43C9D;
}
.TagClassName
{
border-color: #A43C9D;
}
</style>