Shades of Medium Red Violet #A33478
Tints of Medium Red Violet #A33478
RGB
CMYK
RGB Variations
Color information
#A33478 (or 0xA33478) is known color: Medium Red Violet. HEX triplet: A3, 34 and 78. RGB value is (163,52,120). Sum of RGB (Red+Green+Blue) = 163+52+120=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A33478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33478 is #5CCB87. Grayscale: #5C5C5C. Windows color (decimal): -6081416 or 7877795. OLE color: 7877795.
HSL color Cylindrical-coordinate representation of color #A33478: hue angle of 323.24º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33478 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 120 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.36 |
| HSL | 323.24º | 0.52% | 0.42% | - |
| HSV(B) | 323.24º | 0.68% | 0.64% | - |
| XYZ | 19.72 | 11.6 | 18.97 | - |
| YUV | 92.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 120 | 0 | 0.68 | 0.26 | 0.36 | 323.24 | 0.52 | 0.42 |
| Hex | A3 | 34 | 78 | 0 | 44 | 1A | 24 | 143 | 34 | 2A |
| Octal | 243 | 64 | 170 | 0 | 104 | 32 | 44 | 503 | 64 | 52 |
| Binary | 10100011 | 110100 | 1111000 | 0 | 1000100 | 11010 | 100100 | 101000011 | 110100 | 101010 |
Color Harmonies of #A33478
Complementary color
Monochromatic Colors of #A33478
Black with #A33478
Text Example
Text Example
White with #A33478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33478; }
p { color: rgb(163,52,120); }
H1.HeaderClassName
{
color: #A33478;
}
.AnyTagClassName
{
color: #A33478;
}
</style>
background-color css
<style>
a { background-color: #A33478; }
a { background-color: rgb(163,52,120); }
div.DivClassName
{
background-color: #A33478;
}
.BgClassName
{
background-color: #A33478;
}
</style>
border-color css
<style>
span { border-color: #A33478; }
span { border-color: rgb(163,52,120); }
td.TdClassName
{
border-color: #A33478;
}
.TagClassName
{
border-color: #A33478;
}
</style>