Shades of Medium Red Violet #A43F92
Tints of Medium Red Violet #A43F92
RGB
CMYK
RGB Variations
Color information
#A43F92 (or 0xA43F92) is known color: Medium Red Violet. HEX triplet: A4, 3F and 92. RGB value is (164,63,146). Sum of RGB (Red+Green+Blue) = 164+63+146=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43F92 is #5BC06D. Grayscale: #666666. Windows color (decimal): -6013038 or 9584548. OLE color: 9584548.
HSL color Cylindrical-coordinate representation of color #A43F92: hue angle of 310.69º 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 #A43F92 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 146 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.36 |
| HSL | 310.69º | 0.44% | 0.45% | - |
| HSV(B) | 310.69º | 0.62% | 0.64% | - |
| XYZ | 22.28 | 13.52 | 28.63 | - |
| YUV | 102.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 146 | 0 | 0.62 | 0.11 | 0.36 | 310.69 | 0.44 | 0.45 |
| Hex | A4 | 3F | 92 | 0 | 3E | B | 24 | 137 | 2C | 2D |
| Octal | 244 | 77 | 222 | 0 | 76 | 13 | 44 | 467 | 54 | 55 |
| Binary | 10100100 | 111111 | 10010010 | 0 | 111110 | 1011 | 100100 | 100110111 | 101100 | 101101 |
Color Harmonies of #A43F92
Complementary color
Monochromatic Colors of #A43F92
Black with #A43F92
Text Example
Text Example
White with #A43F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F92; }
p { color: rgb(164,63,146); }
H1.HeaderClassName
{
color: #A43F92;
}
.AnyTagClassName
{
color: #A43F92;
}
</style>
background-color css
<style>
a { background-color: #A43F92; }
a { background-color: rgb(164,63,146); }
div.DivClassName
{
background-color: #A43F92;
}
.BgClassName
{
background-color: #A43F92;
}
</style>
border-color css
<style>
span { border-color: #A43F92; }
span { border-color: rgb(164,63,146); }
td.TdClassName
{
border-color: #A43F92;
}
.TagClassName
{
border-color: #A43F92;
}
</style>