Shades of Medium Red Violet #A5368F
Tints of Medium Red Violet #A5368F
RGB
CMYK
RGB Variations
Color information
#A5368F (or 0xA5368F) is known color: Medium Red Violet. HEX triplet: A5, 36 and 8F. RGB value is (165,54,143). Sum of RGB (Red+Green+Blue) = 165+54+143=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5368F is #5AC970. Grayscale: #616161. Windows color (decimal): -5949809 or 9385637. OLE color: 9385637.
HSL color Cylindrical-coordinate representation of color #A5368F: hue angle of 311.89º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5368F is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 54 | 143 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.35 |
| HSL | 311.89º | 0.51% | 0.43% | - |
| HSV(B) | 311.89º | 0.67% | 0.65% | - |
| XYZ | 21.79 | 12.62 | 27.27 | - |
| YUV | 97.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 143 | 0 | 0.67 | 0.13 | 0.35 | 311.89 | 0.51 | 0.43 |
| Hex | A5 | 36 | 8F | 0 | 43 | D | 23 | 138 | 33 | 2B |
| Octal | 245 | 66 | 217 | 0 | 103 | 15 | 43 | 470 | 63 | 53 |
| Binary | 10100101 | 110110 | 10001111 | 0 | 1000011 | 1101 | 100011 | 100111000 | 110011 | 101011 |
Color Harmonies of #A5368F
Complementary color
Monochromatic Colors of #A5368F
Black with #A5368F
Text Example
Text Example
White with #A5368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5368F; }
p { color: rgb(165,54,143); }
H1.HeaderClassName
{
color: #A5368F;
}
.AnyTagClassName
{
color: #A5368F;
}
</style>
background-color css
<style>
a { background-color: #A5368F; }
a { background-color: rgb(165,54,143); }
div.DivClassName
{
background-color: #A5368F;
}
.BgClassName
{
background-color: #A5368F;
}
</style>
border-color css
<style>
span { border-color: #A5368F; }
span { border-color: rgb(165,54,143); }
td.TdClassName
{
border-color: #A5368F;
}
.TagClassName
{
border-color: #A5368F;
}
</style>