Shades of Violet Blue #A43F99
Tints of Violet Blue #A43F99
RGB
CMYK
RGB Variations
Color information
#A43F99 (or 0xA43F99) is known color: Violet Blue. HEX triplet: A4, 3F and 99. RGB value is (164,63,153). Sum of RGB (Red+Green+Blue) = 164+63+153=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43F99 is #5BC066. Grayscale: #676767. Windows color (decimal): -6013031 or 10043300. OLE color: 10043300.
HSL color Cylindrical-coordinate representation of color #A43F99: hue angle of 306.53º 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 #A43F99 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 153 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.36 |
| HSL | 306.53º | 0.44% | 0.45% | - |
| HSV(B) | 306.53º | 0.62% | 0.64% | - |
| XYZ | 22.84 | 13.75 | 31.59 | - |
| YUV | 103.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 153 | 0 | 0.62 | 0.07 | 0.36 | 306.53 | 0.44 | 0.45 |
| Hex | A4 | 3F | 99 | 0 | 3E | 7 | 24 | 133 | 2C | 2D |
| Octal | 244 | 77 | 231 | 0 | 76 | 7 | 44 | 463 | 54 | 55 |
| Binary | 10100100 | 111111 | 10011001 | 0 | 111110 | 111 | 100100 | 100110011 | 101100 | 101101 |
Color Harmonies of #A43F99
Complementary color
Monochromatic Colors of #A43F99
Black with #A43F99
Text Example
Text Example
White with #A43F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F99; }
p { color: rgb(164,63,153); }
H1.HeaderClassName
{
color: #A43F99;
}
.AnyTagClassName
{
color: #A43F99;
}
</style>
background-color css
<style>
a { background-color: #A43F99; }
a { background-color: rgb(164,63,153); }
div.DivClassName
{
background-color: #A43F99;
}
.BgClassName
{
background-color: #A43F99;
}
</style>
border-color css
<style>
span { border-color: #A43F99; }
span { border-color: rgb(164,63,153); }
td.TdClassName
{
border-color: #A43F99;
}
.TagClassName
{
border-color: #A43F99;
}
</style>