Shades of Medium Red Violet #A4279C
Tints of Medium Red Violet #A4279C
RGB
CMYK
RGB Variations
Color information
#A4279C (or 0xA4279C) is known color: Medium Red Violet. HEX triplet: A4, 27 and 9C. RGB value is (164,39,156). Sum of RGB (Red+Green+Blue) = 164+39+156=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4279C is #5BD863. Grayscale: #595959. Windows color (decimal): -6019172 or 10233764. OLE color: 10233764.
HSL color Cylindrical-coordinate representation of color #A4279C: hue angle of 303.84º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4279C is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 156 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.36 |
| HSL | 303.84º | 0.62% | 0.4% | - |
| HSV(B) | 303.84º | 0.76% | 0.64% | - |
| XYZ | 22.04 | 11.74 | 32.56 | - |
| YUV | 89.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 156 | 0 | 0.76 | 0.05 | 0.36 | 303.84 | 0.62 | 0.4 |
| Hex | A4 | 27 | 9C | 0 | 4C | 5 | 24 | 130 | 3E | 28 |
| Octal | 244 | 47 | 234 | 0 | 114 | 5 | 44 | 460 | 76 | 50 |
| Binary | 10100100 | 100111 | 10011100 | 0 | 1001100 | 101 | 100100 | 100110000 | 111110 | 101000 |
Color Harmonies of #A4279C
Complementary color
Monochromatic Colors of #A4279C
Black with #A4279C
Text Example
Text Example
White with #A4279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4279C; }
p { color: rgb(164,39,156); }
H1.HeaderClassName
{
color: #A4279C;
}
.AnyTagClassName
{
color: #A4279C;
}
</style>
background-color css
<style>
a { background-color: #A4279C; }
a { background-color: rgb(164,39,156); }
div.DivClassName
{
background-color: #A4279C;
}
.BgClassName
{
background-color: #A4279C;
}
</style>
border-color css
<style>
span { border-color: #A4279C; }
span { border-color: rgb(164,39,156); }
td.TdClassName
{
border-color: #A4279C;
}
.TagClassName
{
border-color: #A4279C;
}
</style>