Shades of Medium Red Violet #A03283
Tints of Medium Red Violet #A03283
RGB
CMYK
RGB Variations
Color information
#A03283 (or 0xA03283) is known color: Medium Red Violet. HEX triplet: A0, 32 and 83. RGB value is (160,50,131). Sum of RGB (Red+Green+Blue) = 160+50+131=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A03283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03283 is #5FCD7C. Grayscale: #5B5B5B. Windows color (decimal): -6278525 or 8598176. OLE color: 8598176.
HSL color Cylindrical-coordinate representation of color #A03283: hue angle of 315.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03283 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 131 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.37 |
| HSL | 315.82º | 0.52% | 0.41% | - |
| HSV(B) | 315.82º | 0.69% | 0.63% | - |
| XYZ | 19.73 | 11.39 | 22.63 | - |
| YUV | 92.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 131 | 0 | 0.69 | 0.18 | 0.37 | 315.82 | 0.52 | 0.41 |
| Hex | A0 | 32 | 83 | 0 | 45 | 12 | 25 | 13C | 34 | 29 |
| Octal | 240 | 62 | 203 | 0 | 105 | 22 | 45 | 474 | 64 | 51 |
| Binary | 10100000 | 110010 | 10000011 | 0 | 1000101 | 10010 | 100101 | 100111100 | 110100 | 101001 |
Color Harmonies of #A03283
Complementary color
Monochromatic Colors of #A03283
Black with #A03283
Text Example
Text Example
White with #A03283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03283; }
p { color: rgb(160,50,131); }
H1.HeaderClassName
{
color: #A03283;
}
.AnyTagClassName
{
color: #A03283;
}
</style>
background-color css
<style>
a { background-color: #A03283; }
a { background-color: rgb(160,50,131); }
div.DivClassName
{
background-color: #A03283;
}
.BgClassName
{
background-color: #A03283;
}
</style>
border-color css
<style>
span { border-color: #A03283; }
span { border-color: rgb(160,50,131); }
td.TdClassName
{
border-color: #A03283;
}
.TagClassName
{
border-color: #A03283;
}
</style>