Shades of Medium Red Violet #A5309D
Tints of Medium Red Violet #A5309D
RGB
CMYK
RGB Variations
Color information
#A5309D (or 0xA5309D) is known color: Medium Red Violet. HEX triplet: A5, 30 and 9D. RGB value is (165,48,157). Sum of RGB (Red+Green+Blue) = 165+48+157=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A5309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5309D is #5ACF62. Grayscale: #5F5F5F. Windows color (decimal): -5951331 or 10301605. OLE color: 10301605.
HSL color Cylindrical-coordinate representation of color #A5309D: hue angle of 304.1º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5309D is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 48 | 157 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.35 |
| HSL | 304.1º | 0.55% | 0.42% | - |
| HSV(B) | 304.1º | 0.71% | 0.65% | - |
| XYZ | 22.66 | 12.55 | 33.13 | - |
| YUV | 95.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 157 | 0 | 0.71 | 0.05 | 0.35 | 304.1 | 0.55 | 0.42 |
| Hex | A5 | 30 | 9D | 0 | 47 | 5 | 23 | 130 | 37 | 2A |
| Octal | 245 | 60 | 235 | 0 | 107 | 5 | 43 | 460 | 67 | 52 |
| Binary | 10100101 | 110000 | 10011101 | 0 | 1000111 | 101 | 100011 | 100110000 | 110111 | 101010 |
Color Harmonies of #A5309D
Complementary color
Monochromatic Colors of #A5309D
Black with #A5309D
Text Example
Text Example
White with #A5309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5309D; }
p { color: rgb(165,48,157); }
H1.HeaderClassName
{
color: #A5309D;
}
.AnyTagClassName
{
color: #A5309D;
}
</style>
background-color css
<style>
a { background-color: #A5309D; }
a { background-color: rgb(165,48,157); }
div.DivClassName
{
background-color: #A5309D;
}
.BgClassName
{
background-color: #A5309D;
}
</style>
border-color css
<style>
span { border-color: #A5309D; }
span { border-color: rgb(165,48,157); }
td.TdClassName
{
border-color: #A5309D;
}
.TagClassName
{
border-color: #A5309D;
}
</style>