Shades of Medium Red Violet #A5268A
Tints of Medium Red Violet #A5268A
RGB
CMYK
RGB Variations
Color information
#A5268A (or 0xA5268A) is known color: Medium Red Violet. HEX triplet: A5, 26 and 8A. RGB value is (165,38,138). Sum of RGB (Red+Green+Blue) = 165+38+138=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5268A is #5AD975. Grayscale: #575757. Windows color (decimal): -5953910 or 9053861. OLE color: 9053861.
HSL color Cylindrical-coordinate representation of color #A5268A: hue angle of 312.76º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A5268A is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 38 | 138 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.35 |
| HSL | 312.76º | 0.63% | 0.4% | - |
| HSV(B) | 312.76º | 0.77% | 0.65% | - |
| XYZ | 20.8 | 11.22 | 25.11 | - |
| YUV | 87.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 38 | 138 | 0 | 0.77 | 0.16 | 0.35 | 312.76 | 0.63 | 0.4 |
| Hex | A5 | 26 | 8A | 0 | 4D | 10 | 23 | 139 | 3F | 28 |
| Octal | 245 | 46 | 212 | 0 | 115 | 20 | 43 | 471 | 77 | 50 |
| Binary | 10100101 | 100110 | 10001010 | 0 | 1001101 | 10000 | 100011 | 100111001 | 111111 | 101000 |
Color Harmonies of #A5268A
Complementary color
Monochromatic Colors of #A5268A
Black with #A5268A
Text Example
Text Example
White with #A5268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5268A; }
p { color: rgb(165,38,138); }
H1.HeaderClassName
{
color: #A5268A;
}
.AnyTagClassName
{
color: #A5268A;
}
</style>
background-color css
<style>
a { background-color: #A5268A; }
a { background-color: rgb(165,38,138); }
div.DivClassName
{
background-color: #A5268A;
}
.BgClassName
{
background-color: #A5268A;
}
</style>
border-color css
<style>
span { border-color: #A5268A; }
span { border-color: rgb(165,38,138); }
td.TdClassName
{
border-color: #A5268A;
}
.TagClassName
{
border-color: #A5268A;
}
</style>