Shades of Medium Red Violet #A5308A
Tints of Medium Red Violet #A5308A
RGB
CMYK
RGB Variations
Color information
#A5308A (or 0xA5308A) is known color: Medium Red Violet. HEX triplet: A5, 30 and 8A. RGB value is (165,48,138). Sum of RGB (Red+Green+Blue) = 165+48+138=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A5308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5308A is #5ACF75. Grayscale: #5D5D5D. Windows color (decimal): -5951350 or 9056421. OLE color: 9056421.
HSL color Cylindrical-coordinate representation of color #A5308A: hue angle of 313.85º 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 #A5308A is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 48 | 138 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.35 |
| HSL | 313.85º | 0.55% | 0.42% | - |
| HSV(B) | 313.85º | 0.71% | 0.65% | - |
| XYZ | 21.16 | 11.95 | 25.24 | - |
| YUV | 93.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 138 | 0 | 0.71 | 0.16 | 0.35 | 313.85 | 0.55 | 0.42 |
| Hex | A5 | 30 | 8A | 0 | 47 | 10 | 23 | 13A | 37 | 2A |
| Octal | 245 | 60 | 212 | 0 | 107 | 20 | 43 | 472 | 67 | 52 |
| Binary | 10100101 | 110000 | 10001010 | 0 | 1000111 | 10000 | 100011 | 100111010 | 110111 | 101010 |
Color Harmonies of #A5308A
Complementary color
Monochromatic Colors of #A5308A
Black with #A5308A
Text Example
Text Example
White with #A5308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5308A; }
p { color: rgb(165,48,138); }
H1.HeaderClassName
{
color: #A5308A;
}
.AnyTagClassName
{
color: #A5308A;
}
</style>
background-color css
<style>
a { background-color: #A5308A; }
a { background-color: rgb(165,48,138); }
div.DivClassName
{
background-color: #A5308A;
}
.BgClassName
{
background-color: #A5308A;
}
</style>
border-color css
<style>
span { border-color: #A5308A; }
span { border-color: rgb(165,48,138); }
td.TdClassName
{
border-color: #A5308A;
}
.TagClassName
{
border-color: #A5308A;
}
</style>