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