Shades of Medium Red Violet #A6389B
Tints of Medium Red Violet #A6389B
RGB
CMYK
RGB Variations
Color information
#A6389B (or 0xA6389B) is known color: Medium Red Violet. HEX triplet: A6, 38 and 9B. RGB value is (166,56,155). Sum of RGB (Red+Green+Blue) = 166+56+155=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6389B is #59C764. Grayscale: #636363. Windows color (decimal): -5883749 or 10172582. OLE color: 10172582.
HSL color Cylindrical-coordinate representation of color #A6389B: hue angle of 306º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6389B is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 155 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.35 |
| HSL | 306º | 0.5% | 0.44% | - |
| HSV(B) | 306º | 0.66% | 0.65% | - |
| XYZ | 23.06 | 13.3 | 32.36 | - |
| YUV | 100.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 155 | 0 | 0.66 | 0.07 | 0.35 | 306 | 0.5 | 0.44 |
| Hex | A6 | 38 | 9B | 0 | 42 | 7 | 23 | 132 | 32 | 2C |
| Octal | 246 | 70 | 233 | 0 | 102 | 7 | 43 | 462 | 62 | 54 |
| Binary | 10100110 | 111000 | 10011011 | 0 | 1000010 | 111 | 100011 | 100110010 | 110010 | 101100 |
Color Harmonies of #A6389B
Complementary color
Monochromatic Colors of #A6389B
Black with #A6389B
Text Example
Text Example
White with #A6389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6389B; }
p { color: rgb(166,56,155); }
H1.HeaderClassName
{
color: #A6389B;
}
.AnyTagClassName
{
color: #A6389B;
}
</style>
background-color css
<style>
a { background-color: #A6389B; }
a { background-color: rgb(166,56,155); }
div.DivClassName
{
background-color: #A6389B;
}
.BgClassName
{
background-color: #A6389B;
}
</style>
border-color css
<style>
span { border-color: #A6389B; }
span { border-color: rgb(166,56,155); }
td.TdClassName
{
border-color: #A6389B;
}
.TagClassName
{
border-color: #A6389B;
}
</style>