Shades of Violet Blue #A43C9A
Tints of Violet Blue #A43C9A
RGB
CMYK
RGB Variations
Color information
#A43C9A (or 0xA43C9A) is known color: Violet Blue. HEX triplet: A4, 3C and 9A. RGB value is (164,60,154). Sum of RGB (Red+Green+Blue) = 164+60+154=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43C9A is #5BC365. Grayscale: #656565. Windows color (decimal): -6013798 or 10108068. OLE color: 10108068.
HSL color Cylindrical-coordinate representation of color #A43C9A: hue angle of 305.77º 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 #A43C9A is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 60 | 154 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.36 |
| HSL | 305.77º | 0.46% | 0.44% | - |
| HSV(B) | 305.77º | 0.63% | 0.64% | - |
| XYZ | 22.76 | 13.46 | 31.97 | - |
| YUV | 101.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 154 | 0 | 0.63 | 0.06 | 0.36 | 305.77 | 0.46 | 0.44 |
| Hex | A4 | 3C | 9A | 0 | 3F | 6 | 24 | 132 | 2E | 2C |
| Octal | 244 | 74 | 232 | 0 | 77 | 6 | 44 | 462 | 56 | 54 |
| Binary | 10100100 | 111100 | 10011010 | 0 | 111111 | 110 | 100100 | 100110010 | 101110 | 101100 |
Color Harmonies of #A43C9A
Complementary color
Monochromatic Colors of #A43C9A
Black with #A43C9A
Text Example
Text Example
White with #A43C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43C9A; }
p { color: rgb(164,60,154); }
H1.HeaderClassName
{
color: #A43C9A;
}
.AnyTagClassName
{
color: #A43C9A;
}
</style>
background-color css
<style>
a { background-color: #A43C9A; }
a { background-color: rgb(164,60,154); }
div.DivClassName
{
background-color: #A43C9A;
}
.BgClassName
{
background-color: #A43C9A;
}
</style>
border-color css
<style>
span { border-color: #A43C9A; }
span { border-color: rgb(164,60,154); }
td.TdClassName
{
border-color: #A43C9A;
}
.TagClassName
{
border-color: #A43C9A;
}
</style>