Shades of Medium Red Violet #A2267B
Tints of Medium Red Violet #A2267B
RGB
CMYK
RGB Variations
Color information
#A2267B (or 0xA2267B) is known color: Medium Red Violet. HEX triplet: A2, 26 and 7B. RGB value is (162,38,123). Sum of RGB (Red+Green+Blue) = 162+38+123=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2267B is #5DD984. Grayscale: #545454. Windows color (decimal): -6150533 or 8070818. OLE color: 8070818.
HSL color Cylindrical-coordinate representation of color #A2267B: hue angle of 318.87º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2267B is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 38 | 123 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.36 |
| HSL | 318.87º | 0.62% | 0.39% | - |
| HSV(B) | 318.87º | 0.77% | 0.64% | - |
| XYZ | 19.17 | 10.5 | 19.75 | - |
| YUV | 84.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 123 | 0 | 0.77 | 0.24 | 0.36 | 318.87 | 0.62 | 0.39 |
| Hex | A2 | 26 | 7B | 0 | 4D | 18 | 24 | 13F | 3E | 27 |
| Octal | 242 | 46 | 173 | 0 | 115 | 30 | 44 | 477 | 76 | 47 |
| Binary | 10100010 | 100110 | 1111011 | 0 | 1001101 | 11000 | 100100 | 100111111 | 111110 | 100111 |
Color Harmonies of #A2267B
Complementary color
Monochromatic Colors of #A2267B
Black with #A2267B
Text Example
Text Example
White with #A2267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2267B; }
p { color: rgb(162,38,123); }
H1.HeaderClassName
{
color: #A2267B;
}
.AnyTagClassName
{
color: #A2267B;
}
</style>
background-color css
<style>
a { background-color: #A2267B; }
a { background-color: rgb(162,38,123); }
div.DivClassName
{
background-color: #A2267B;
}
.BgClassName
{
background-color: #A2267B;
}
</style>
border-color css
<style>
span { border-color: #A2267B; }
span { border-color: rgb(162,38,123); }
td.TdClassName
{
border-color: #A2267B;
}
.TagClassName
{
border-color: #A2267B;
}
</style>