Shades of Medium Red Violet #A5438A
Tints of Medium Red Violet #A5438A
RGB
CMYK
RGB Variations
Color information
#A5438A (or 0xA5438A) is known color: Medium Red Violet. HEX triplet: A5, 43 and 8A. RGB value is (165,67,138). Sum of RGB (Red+Green+Blue) = 165+67+138=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A5438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5438A is #5ABC75. Grayscale: #686868. Windows color (decimal): -5946486 or 9061285. OLE color: 9061285.
HSL color Cylindrical-coordinate representation of color #A5438A: hue angle of 316.53º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5438A is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 67 | 138 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.35 |
| HSL | 316.53º | 0.42% | 0.45% | - |
| HSV(B) | 316.53º | 0.59% | 0.65% | - |
| XYZ | 22.11 | 13.85 | 25.55 | - |
| YUV | 104.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 138 | 0 | 0.59 | 0.16 | 0.35 | 316.53 | 0.42 | 0.45 |
| Hex | A5 | 43 | 8A | 0 | 3B | 10 | 23 | 13D | 2A | 2D |
| Octal | 245 | 103 | 212 | 0 | 73 | 20 | 43 | 475 | 52 | 55 |
| Binary | 10100101 | 1000011 | 10001010 | 0 | 111011 | 10000 | 100011 | 100111101 | 101010 | 101101 |
Color Harmonies of #A5438A
Complementary color
Monochromatic Colors of #A5438A
Black with #A5438A
Text Example
Text Example
White with #A5438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5438A; }
p { color: rgb(165,67,138); }
H1.HeaderClassName
{
color: #A5438A;
}
.AnyTagClassName
{
color: #A5438A;
}
</style>
background-color css
<style>
a { background-color: #A5438A; }
a { background-color: rgb(165,67,138); }
div.DivClassName
{
background-color: #A5438A;
}
.BgClassName
{
background-color: #A5438A;
}
</style>
border-color css
<style>
span { border-color: #A5438A; }
span { border-color: rgb(165,67,138); }
td.TdClassName
{
border-color: #A5438A;
}
.TagClassName
{
border-color: #A5438A;
}
</style>