Shades of Medium Red Violet #A3468A
Tints of Medium Red Violet #A3468A
RGB
CMYK
RGB Variations
Color information
#A3468A (or 0xA3468A) is known color: Medium Red Violet. HEX triplet: A3, 46 and 8A. RGB value is (163,70,138). Sum of RGB (Red+Green+Blue) = 163+70+138=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3468A is #5CB975. Grayscale: #696969. Windows color (decimal): -6076790 or 9062051. OLE color: 9062051.
HSL color Cylindrical-coordinate representation of color #A3468A: hue angle of 316.13º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3468A is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 138 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.36 |
| HSL | 316.13º | 0.4% | 0.46% | - |
| HSV(B) | 316.13º | 0.57% | 0.64% | - |
| XYZ | 21.88 | 14 | 25.59 | - |
| YUV | 105.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 138 | 0 | 0.57 | 0.15 | 0.36 | 316.13 | 0.4 | 0.46 |
| Hex | A3 | 46 | 8A | 0 | 39 | F | 24 | 13C | 28 | 2E |
| Octal | 243 | 106 | 212 | 0 | 71 | 17 | 44 | 474 | 50 | 56 |
| Binary | 10100011 | 1000110 | 10001010 | 0 | 111001 | 1111 | 100100 | 100111100 | 101000 | 101110 |
Color Harmonies of #A3468A
Complementary color
Monochromatic Colors of #A3468A
Black with #A3468A
Text Example
Text Example
White with #A3468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3468A; }
p { color: rgb(163,70,138); }
H1.HeaderClassName
{
color: #A3468A;
}
.AnyTagClassName
{
color: #A3468A;
}
</style>
background-color css
<style>
a { background-color: #A3468A; }
a { background-color: rgb(163,70,138); }
div.DivClassName
{
background-color: #A3468A;
}
.BgClassName
{
background-color: #A3468A;
}
</style>
border-color css
<style>
span { border-color: #A3468A; }
span { border-color: rgb(163,70,138); }
td.TdClassName
{
border-color: #A3468A;
}
.TagClassName
{
border-color: #A3468A;
}
</style>