Shades of Medium Red Violet #A5228A
Tints of Medium Red Violet #A5228A
RGB
CMYK
RGB Variations
Color information
#A5228A (or 0xA5228A) is known color: Medium Red Violet. HEX triplet: A5, 22 and 8A. RGB value is (165,34,138). Sum of RGB (Red+Green+Blue) = 165+34+138=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A5228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5228A is #5ADD75. Grayscale: #545454. Windows color (decimal): -5954934 or 9052837. OLE color: 9052837.
HSL color Cylindrical-coordinate representation of color #A5228A: hue angle of 312.37º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5228A is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 34 | 138 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.35 |
| HSL | 312.37º | 0.66% | 0.39% | - |
| HSV(B) | 312.37º | 0.79% | 0.65% | - |
| XYZ | 20.68 | 10.98 | 25.07 | - |
| YUV | 85.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 138 | 0 | 0.79 | 0.16 | 0.35 | 312.37 | 0.66 | 0.39 |
| Hex | A5 | 22 | 8A | 0 | 4F | 10 | 23 | 138 | 42 | 27 |
| Octal | 245 | 42 | 212 | 0 | 117 | 20 | 43 | 470 | 102 | 47 |
| Binary | 10100101 | 100010 | 10001010 | 0 | 1001111 | 10000 | 100011 | 100111000 | 1000010 | 100111 |
Color Harmonies of #A5228A
Complementary color
Monochromatic Colors of #A5228A
Black with #A5228A
Text Example
Text Example
White with #A5228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5228A; }
p { color: rgb(165,34,138); }
H1.HeaderClassName
{
color: #A5228A;
}
.AnyTagClassName
{
color: #A5228A;
}
</style>
background-color css
<style>
a { background-color: #A5228A; }
a { background-color: rgb(165,34,138); }
div.DivClassName
{
background-color: #A5228A;
}
.BgClassName
{
background-color: #A5228A;
}
</style>
border-color css
<style>
span { border-color: #A5228A; }
span { border-color: rgb(165,34,138); }
td.TdClassName
{
border-color: #A5228A;
}
.TagClassName
{
border-color: #A5228A;
}
</style>