Shades of Violet Blue #A43F9F
Tints of Violet Blue #A43F9F
RGB
CMYK
RGB Variations
Color information
#A43F9F (or 0xA43F9F) is known color: Violet Blue. HEX triplet: A4, 3F and 9F. RGB value is (164,63,159). Sum of RGB (Red+Green+Blue) = 164+63+159=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43F9F is #5BC060. Grayscale: #676767. Windows color (decimal): -6013025 or 10436516. OLE color: 10436516.
HSL color Cylindrical-coordinate representation of color #A43F9F: hue angle of 302.97º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A43F9F is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 159 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.36 |
| HSL | 302.97º | 0.44% | 0.45% | - |
| HSV(B) | 302.97º | 0.62% | 0.64% | - |
| XYZ | 23.35 | 13.95 | 34.26 | - |
| YUV | 104.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 159 | 0 | 0.62 | 0.03 | 0.36 | 302.97 | 0.44 | 0.45 |
| Hex | A4 | 3F | 9F | 0 | 3E | 3 | 24 | 12F | 2C | 2D |
| Octal | 244 | 77 | 237 | 0 | 76 | 3 | 44 | 457 | 54 | 55 |
| Binary | 10100100 | 111111 | 10011111 | 0 | 111110 | 11 | 100100 | 100101111 | 101100 | 101101 |
Color Harmonies of #A43F9F
Complementary color
Monochromatic Colors of #A43F9F
Black with #A43F9F
Text Example
Text Example
White with #A43F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F9F; }
p { color: rgb(164,63,159); }
H1.HeaderClassName
{
color: #A43F9F;
}
.AnyTagClassName
{
color: #A43F9F;
}
</style>
background-color css
<style>
a { background-color: #A43F9F; }
a { background-color: rgb(164,63,159); }
div.DivClassName
{
background-color: #A43F9F;
}
.BgClassName
{
background-color: #A43F9F;
}
</style>
border-color css
<style>
span { border-color: #A43F9F; }
span { border-color: rgb(164,63,159); }
td.TdClassName
{
border-color: #A43F9F;
}
.TagClassName
{
border-color: #A43F9F;
}
</style>