Shades of Medium Red Violet #A1328A
Tints of Medium Red Violet #A1328A
RGB
CMYK
RGB Variations
Color information
#A1328A (or 0xA1328A) is known color: Medium Red Violet. HEX triplet: A1, 32 and 8A. RGB value is (161,50,138). Sum of RGB (Red+Green+Blue) = 161+50+138=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A1328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1328A is #5ECD75. Grayscale: #5C5C5C. Windows color (decimal): -6212982 or 9056929. OLE color: 9056929.
HSL color Cylindrical-coordinate representation of color #A1328A: hue angle of 312.43º degrees, saturation: 0.53, 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 #A1328A is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 138 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.37 |
| HSL | 312.43º | 0.53% | 0.41% | - |
| HSV(B) | 312.43º | 0.69% | 0.63% | - |
| XYZ | 20.43 | 11.69 | 25.23 | - |
| YUV | 93.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 138 | 0 | 0.69 | 0.14 | 0.37 | 312.43 | 0.53 | 0.41 |
| Hex | A1 | 32 | 8A | 0 | 45 | E | 25 | 138 | 35 | 29 |
| Octal | 241 | 62 | 212 | 0 | 105 | 16 | 45 | 470 | 65 | 51 |
| Binary | 10100001 | 110010 | 10001010 | 0 | 1000101 | 1110 | 100101 | 100111000 | 110101 | 101001 |
Color Harmonies of #A1328A
Complementary color
Monochromatic Colors of #A1328A
Black with #A1328A
Text Example
Text Example
White with #A1328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1328A; }
p { color: rgb(161,50,138); }
H1.HeaderClassName
{
color: #A1328A;
}
.AnyTagClassName
{
color: #A1328A;
}
</style>
background-color css
<style>
a { background-color: #A1328A; }
a { background-color: rgb(161,50,138); }
div.DivClassName
{
background-color: #A1328A;
}
.BgClassName
{
background-color: #A1328A;
}
</style>
border-color css
<style>
span { border-color: #A1328A; }
span { border-color: rgb(161,50,138); }
td.TdClassName
{
border-color: #A1328A;
}
.TagClassName
{
border-color: #A1328A;
}
</style>