Shades of Medium Red Violet #A1428A
Tints of Medium Red Violet #A1428A
RGB
CMYK
RGB Variations
Color information
#A1428A (or 0xA1428A) is known color: Medium Red Violet. HEX triplet: A1, 42 and 8A. RGB value is (161,66,138). Sum of RGB (Red+Green+Blue) = 161+66+138=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A1428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1428A is #5EBD75. Grayscale: #666666. Windows color (decimal): -6208886 or 9061025. OLE color: 9061025.
HSL color Cylindrical-coordinate representation of color #A1428A: hue angle of 314.53º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1428A is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 138 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.37 |
| HSL | 314.53º | 0.42% | 0.45% | - |
| HSV(B) | 314.53º | 0.59% | 0.63% | - |
| XYZ | 21.23 | 13.31 | 25.49 | - |
| YUV | 102.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 138 | 0 | 0.59 | 0.14 | 0.37 | 314.53 | 0.42 | 0.45 |
| Hex | A1 | 42 | 8A | 0 | 3B | E | 25 | 13B | 2A | 2D |
| Octal | 241 | 102 | 212 | 0 | 73 | 16 | 45 | 473 | 52 | 55 |
| Binary | 10100001 | 1000010 | 10001010 | 0 | 111011 | 1110 | 100101 | 100111011 | 101010 | 101101 |
Color Harmonies of #A1428A
Complementary color
Monochromatic Colors of #A1428A
Black with #A1428A
Text Example
Text Example
White with #A1428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1428A; }
p { color: rgb(161,66,138); }
H1.HeaderClassName
{
color: #A1428A;
}
.AnyTagClassName
{
color: #A1428A;
}
</style>
background-color css
<style>
a { background-color: #A1428A; }
a { background-color: rgb(161,66,138); }
div.DivClassName
{
background-color: #A1428A;
}
.BgClassName
{
background-color: #A1428A;
}
</style>
border-color css
<style>
span { border-color: #A1428A; }
span { border-color: rgb(161,66,138); }
td.TdClassName
{
border-color: #A1428A;
}
.TagClassName
{
border-color: #A1428A;
}
</style>