Shades of Medium Red Violet #A3327B
Tints of Medium Red Violet #A3327B
RGB
CMYK
RGB Variations
Color information
#A3327B (or 0xA3327B) is known color: Medium Red Violet. HEX triplet: A3, 32 and 7B. RGB value is (163,50,123). Sum of RGB (Red+Green+Blue) = 163+50+123=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3327B is #5CCD84. Grayscale: #5B5B5B. Windows color (decimal): -6081925 or 8073891. OLE color: 8073891.
HSL color Cylindrical-coordinate representation of color #A3327B: hue angle of 321.24º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3327B is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 123 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.36 |
| HSL | 321.24º | 0.53% | 0.42% | - |
| HSV(B) | 321.24º | 0.69% | 0.64% | - |
| XYZ | 19.82 | 11.5 | 19.91 | - |
| YUV | 92.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 123 | 0 | 0.69 | 0.25 | 0.36 | 321.24 | 0.53 | 0.42 |
| Hex | A3 | 32 | 7B | 0 | 45 | 19 | 24 | 141 | 35 | 2A |
| Octal | 243 | 62 | 173 | 0 | 105 | 31 | 44 | 501 | 65 | 52 |
| Binary | 10100011 | 110010 | 1111011 | 0 | 1000101 | 11001 | 100100 | 101000001 | 110101 | 101010 |
Color Harmonies of #A3327B
Complementary color
Monochromatic Colors of #A3327B
Black with #A3327B
Text Example
Text Example
White with #A3327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3327B; }
p { color: rgb(163,50,123); }
H1.HeaderClassName
{
color: #A3327B;
}
.AnyTagClassName
{
color: #A3327B;
}
</style>
background-color css
<style>
a { background-color: #A3327B; }
a { background-color: rgb(163,50,123); }
div.DivClassName
{
background-color: #A3327B;
}
.BgClassName
{
background-color: #A3327B;
}
</style>
border-color css
<style>
span { border-color: #A3327B; }
span { border-color: rgb(163,50,123); }
td.TdClassName
{
border-color: #A3327B;
}
.TagClassName
{
border-color: #A3327B;
}
</style>