Shades of Medium Red Violet #A24B8A
Tints of Medium Red Violet #A24B8A
RGB
CMYK
RGB Variations
Color information
#A24B8A (or 0xA24B8A) is known color: Medium Red Violet. HEX triplet: A2, 4B and 8A. RGB value is (162,75,138). Sum of RGB (Red+Green+Blue) = 162+75+138=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B8A is #5DB475. Grayscale: #6C6C6C. Windows color (decimal): -6141046 or 9063330. OLE color: 9063330.
HSL color Cylindrical-coordinate representation of color #A24B8A: hue angle of 316.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24B8A is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 138 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.36 |
| HSL | 316.55º | 0.37% | 0.46% | - |
| HSV(B) | 316.55º | 0.54% | 0.64% | - |
| XYZ | 22 | 14.55 | 25.69 | - |
| YUV | 108.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 138 | 0 | 0.54 | 0.15 | 0.36 | 316.55 | 0.37 | 0.46 |
| Hex | A2 | 4B | 8A | 0 | 36 | F | 24 | 13D | 25 | 2E |
| Octal | 242 | 113 | 212 | 0 | 66 | 17 | 44 | 475 | 45 | 56 |
| Binary | 10100010 | 1001011 | 10001010 | 0 | 110110 | 1111 | 100100 | 100111101 | 100101 | 101110 |
Color Harmonies of #A24B8A
Complementary color
Monochromatic Colors of #A24B8A
Black with #A24B8A
Text Example
Text Example
White with #A24B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B8A; }
p { color: rgb(162,75,138); }
H1.HeaderClassName
{
color: #A24B8A;
}
.AnyTagClassName
{
color: #A24B8A;
}
</style>
background-color css
<style>
a { background-color: #A24B8A; }
a { background-color: rgb(162,75,138); }
div.DivClassName
{
background-color: #A24B8A;
}
.BgClassName
{
background-color: #A24B8A;
}
</style>
border-color css
<style>
span { border-color: #A24B8A; }
span { border-color: rgb(162,75,138); }
td.TdClassName
{
border-color: #A24B8A;
}
.TagClassName
{
border-color: #A24B8A;
}
</style>