Shades of Medium Red Violet #A34288
Tints of Medium Red Violet #A34288
RGB
CMYK
RGB Variations
Color information
#A34288 (or 0xA34288) is known color: Medium Red Violet. HEX triplet: A3, 42 and 88. RGB value is (163,66,136). Sum of RGB (Red+Green+Blue) = 163+66+136=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A34288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34288 is #5CBD77. Grayscale: #666666. Windows color (decimal): -6077816 or 8929955. OLE color: 8929955.
HSL color Cylindrical-coordinate representation of color #A34288: hue angle of 316.7º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34288 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 66 | 136 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.36 |
| HSL | 316.7º | 0.42% | 0.45% | - |
| HSV(B) | 316.7º | 0.6% | 0.64% | - |
| XYZ | 21.5 | 13.46 | 24.76 | - |
| YUV | 102.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 136 | 0 | 0.60 | 0.17 | 0.36 | 316.7 | 0.42 | 0.45 |
| Hex | A3 | 42 | 88 | 0 | 3C | 11 | 24 | 13D | 2A | 2D |
| Octal | 243 | 102 | 210 | 0 | 74 | 21 | 44 | 475 | 52 | 55 |
| Binary | 10100011 | 1000010 | 10001000 | 0 | 111100 | 10001 | 100100 | 100111101 | 101010 | 101101 |
Color Harmonies of #A34288
Complementary color
Monochromatic Colors of #A34288
Black with #A34288
Text Example
Text Example
White with #A34288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34288; }
p { color: rgb(163,66,136); }
H1.HeaderClassName
{
color: #A34288;
}
.AnyTagClassName
{
color: #A34288;
}
</style>
background-color css
<style>
a { background-color: #A34288; }
a { background-color: rgb(163,66,136); }
div.DivClassName
{
background-color: #A34288;
}
.BgClassName
{
background-color: #A34288;
}
</style>
border-color css
<style>
span { border-color: #A34288; }
span { border-color: rgb(163,66,136); }
td.TdClassName
{
border-color: #A34288;
}
.TagClassName
{
border-color: #A34288;
}
</style>