Shades of Medium Red Violet #A4279A
Tints of Medium Red Violet #A4279A
RGB
CMYK
RGB Variations
Color information
#A4279A (or 0xA4279A) is known color: Medium Red Violet. HEX triplet: A4, 27 and 9A. RGB value is (164,39,154). Sum of RGB (Red+Green+Blue) = 164+39+154=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4279A is #5BD865. Grayscale: #595959. Windows color (decimal): -6019174 or 10102692. OLE color: 10102692.
HSL color Cylindrical-coordinate representation of color #A4279A: hue angle of 304.8º 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 #A4279A is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 154 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.36 |
| HSL | 304.8º | 0.62% | 0.4% | - |
| HSV(B) | 304.8º | 0.76% | 0.64% | - |
| XYZ | 21.87 | 11.68 | 31.67 | - |
| YUV | 89.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 154 | 0 | 0.76 | 0.06 | 0.36 | 304.8 | 0.62 | 0.4 |
| Hex | A4 | 27 | 9A | 0 | 4C | 6 | 24 | 131 | 3E | 28 |
| Octal | 244 | 47 | 232 | 0 | 114 | 6 | 44 | 461 | 76 | 50 |
| Binary | 10100100 | 100111 | 10011010 | 0 | 1001100 | 110 | 100100 | 100110001 | 111110 | 101000 |
Color Harmonies of #A4279A
Complementary color
Monochromatic Colors of #A4279A
Black with #A4279A
Text Example
Text Example
White with #A4279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4279A; }
p { color: rgb(164,39,154); }
H1.HeaderClassName
{
color: #A4279A;
}
.AnyTagClassName
{
color: #A4279A;
}
</style>
background-color css
<style>
a { background-color: #A4279A; }
a { background-color: rgb(164,39,154); }
div.DivClassName
{
background-color: #A4279A;
}
.BgClassName
{
background-color: #A4279A;
}
</style>
border-color css
<style>
span { border-color: #A4279A; }
span { border-color: rgb(164,39,154); }
td.TdClassName
{
border-color: #A4279A;
}
.TagClassName
{
border-color: #A4279A;
}
</style>