Shades of Medium Red Violet #A23D7A
Tints of Medium Red Violet #A23D7A
RGB
CMYK
RGB Variations
Color information
#A23D7A (or 0xA23D7A) is known color: Medium Red Violet. HEX triplet: A2, 3D and 7A. RGB value is (162,61,122). Sum of RGB (Red+Green+Blue) = 162+61+122=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D7A is #5DC285. Grayscale: #626262. Windows color (decimal): -6144646 or 8011170. OLE color: 8011170.
HSL color Cylindrical-coordinate representation of color #A23D7A: hue angle of 323.76º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23D7A is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 61 | 122 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.36 |
| HSL | 323.76º | 0.45% | 0.44% | - |
| HSV(B) | 323.76º | 0.62% | 0.64% | - |
| XYZ | 20.08 | 12.42 | 19.75 | - |
| YUV | 98.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 122 | 0 | 0.62 | 0.25 | 0.36 | 323.76 | 0.45 | 0.44 |
| Hex | A2 | 3D | 7A | 0 | 3E | 19 | 24 | 144 | 2D | 2C |
| Octal | 242 | 75 | 172 | 0 | 76 | 31 | 44 | 504 | 55 | 54 |
| Binary | 10100010 | 111101 | 1111010 | 0 | 111110 | 11001 | 100100 | 101000100 | 101101 | 101100 |
Color Harmonies of #A23D7A
Complementary color
Monochromatic Colors of #A23D7A
Black with #A23D7A
Text Example
Text Example
White with #A23D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23D7A; }
p { color: rgb(162,61,122); }
H1.HeaderClassName
{
color: #A23D7A;
}
.AnyTagClassName
{
color: #A23D7A;
}
</style>
background-color css
<style>
a { background-color: #A23D7A; }
a { background-color: rgb(162,61,122); }
div.DivClassName
{
background-color: #A23D7A;
}
.BgClassName
{
background-color: #A23D7A;
}
</style>
border-color css
<style>
span { border-color: #A23D7A; }
span { border-color: rgb(162,61,122); }
td.TdClassName
{
border-color: #A23D7A;
}
.TagClassName
{
border-color: #A23D7A;
}
</style>