Shades of Medium Red Violet #A4367B
Tints of Medium Red Violet #A4367B
RGB
CMYK
RGB Variations
Color information
#A4367B (or 0xA4367B) is known color: Medium Red Violet. HEX triplet: A4, 36 and 7B. RGB value is (164,54,123). Sum of RGB (Red+Green+Blue) = 164+54+123=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4367B is #5BC984. Grayscale: #5E5E5E. Windows color (decimal): -6015365 or 8074916. OLE color: 8074916.
HSL color Cylindrical-coordinate representation of color #A4367B: hue angle of 322.36º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4367B is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 123 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.36 |
| HSL | 322.36º | 0.5% | 0.43% | - |
| HSV(B) | 322.36º | 0.67% | 0.64% | - |
| XYZ | 20.2 | 11.96 | 19.98 | - |
| YUV | 94.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 123 | 0 | 0.67 | 0.25 | 0.36 | 322.36 | 0.5 | 0.43 |
| Hex | A4 | 36 | 7B | 0 | 43 | 19 | 24 | 142 | 32 | 2B |
| Octal | 244 | 66 | 173 | 0 | 103 | 31 | 44 | 502 | 62 | 53 |
| Binary | 10100100 | 110110 | 1111011 | 0 | 1000011 | 11001 | 100100 | 101000010 | 110010 | 101011 |
Color Harmonies of #A4367B
Complementary color
Monochromatic Colors of #A4367B
Black with #A4367B
Text Example
Text Example
White with #A4367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4367B; }
p { color: rgb(164,54,123); }
H1.HeaderClassName
{
color: #A4367B;
}
.AnyTagClassName
{
color: #A4367B;
}
</style>
background-color css
<style>
a { background-color: #A4367B; }
a { background-color: rgb(164,54,123); }
div.DivClassName
{
background-color: #A4367B;
}
.BgClassName
{
background-color: #A4367B;
}
</style>
border-color css
<style>
span { border-color: #A4367B; }
span { border-color: rgb(164,54,123); }
td.TdClassName
{
border-color: #A4367B;
}
.TagClassName
{
border-color: #A4367B;
}
</style>