Shades of Medium Violet Red #A61488
Tints of Medium Violet Red #A61488
RGB
CMYK
RGB Variations
Color information
#A61488 (or 0xA61488) is known color: Medium Violet Red. HEX triplet: A6, 14 and 88. RGB value is (166,20,136). Sum of RGB (Red+Green+Blue) = 166+20+136=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A61488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61488 is #59EB77. Grayscale: #4C4C4C. Windows color (decimal): -5892984 or 8918182. OLE color: 8918182.
HSL color Cylindrical-coordinate representation of color #A61488: hue angle of 312.33º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61488 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 136 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.35 |
| HSL | 312.33º | 0.78% | 0.36% | - |
| HSV(B) | 312.33º | 0.88% | 0.65% | - |
| XYZ | 20.42 | 10.38 | 24.22 | - |
| YUV | 76.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 136 | 0 | 0.88 | 0.18 | 0.35 | 312.33 | 0.78 | 0.36 |
| Hex | A6 | 14 | 88 | 0 | 58 | 12 | 23 | 138 | 4E | 24 |
| Octal | 246 | 24 | 210 | 0 | 130 | 22 | 43 | 470 | 116 | 44 |
| Binary | 10100110 | 10100 | 10001000 | 0 | 1011000 | 10010 | 100011 | 100111000 | 1001110 | 100100 |
Color Harmonies of #A61488
Complementary color
Monochromatic Colors of #A61488
Black with #A61488
Text Example
Text Example
White with #A61488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61488; }
p { color: rgb(166,20,136); }
H1.HeaderClassName
{
color: #A61488;
}
.AnyTagClassName
{
color: #A61488;
}
</style>
background-color css
<style>
a { background-color: #A61488; }
a { background-color: rgb(166,20,136); }
div.DivClassName
{
background-color: #A61488;
}
.BgClassName
{
background-color: #A61488;
}
</style>
border-color css
<style>
span { border-color: #A61488; }
span { border-color: rgb(166,20,136); }
td.TdClassName
{
border-color: #A61488;
}
.TagClassName
{
border-color: #A61488;
}
</style>