Shades of Medium Red Violet #A5309B
Tints of Medium Red Violet #A5309B
RGB
CMYK
RGB Variations
Color information
#A5309B (or 0xA5309B) is known color: Medium Red Violet. HEX triplet: A5, 30 and 9B. RGB value is (165,48,155). Sum of RGB (Red+Green+Blue) = 165+48+155=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A5309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5309B is #5ACF64. Grayscale: #5E5E5E. Windows color (decimal): -5951333 or 10170533. OLE color: 10170533.
HSL color Cylindrical-coordinate representation of color #A5309B: hue angle of 305.13º 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 #A5309B is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 48 | 155 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.35 |
| HSL | 305.13º | 0.55% | 0.42% | - |
| HSV(B) | 305.13º | 0.71% | 0.65% | - |
| XYZ | 22.49 | 12.48 | 32.23 | - |
| YUV | 95.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 155 | 0 | 0.71 | 0.06 | 0.35 | 305.13 | 0.55 | 0.42 |
| Hex | A5 | 30 | 9B | 0 | 47 | 6 | 23 | 131 | 37 | 2A |
| Octal | 245 | 60 | 233 | 0 | 107 | 6 | 43 | 461 | 67 | 52 |
| Binary | 10100101 | 110000 | 10011011 | 0 | 1000111 | 110 | 100011 | 100110001 | 110111 | 101010 |
Color Harmonies of #A5309B
Complementary color
Monochromatic Colors of #A5309B
Black with #A5309B
Text Example
Text Example
White with #A5309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5309B; }
p { color: rgb(165,48,155); }
H1.HeaderClassName
{
color: #A5309B;
}
.AnyTagClassName
{
color: #A5309B;
}
</style>
background-color css
<style>
a { background-color: #A5309B; }
a { background-color: rgb(165,48,155); }
div.DivClassName
{
background-color: #A5309B;
}
.BgClassName
{
background-color: #A5309B;
}
</style>
border-color css
<style>
span { border-color: #A5309B; }
span { border-color: rgb(165,48,155); }
td.TdClassName
{
border-color: #A5309B;
}
.TagClassName
{
border-color: #A5309B;
}
</style>