Shades of Medium Red Violet #A6369B
Tints of Medium Red Violet #A6369B
RGB
CMYK
RGB Variations
Color information
#A6369B (or 0xA6369B) is known color: Medium Red Violet. HEX triplet: A6, 36 and 9B. RGB value is (166,54,155). Sum of RGB (Red+Green+Blue) = 166+54+155=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6369B is #59C964. Grayscale: #626262. Windows color (decimal): -5884261 or 10172070. OLE color: 10172070.
HSL color Cylindrical-coordinate representation of color #A6369B: hue angle of 305.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 #A6369B is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 155 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.35 |
| HSL | 305.89º | 0.51% | 0.43% | - |
| HSV(B) | 305.89º | 0.67% | 0.65% | - |
| XYZ | 22.96 | 13.11 | 32.33 | - |
| YUV | 99 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 155 | 0 | 0.67 | 0.07 | 0.35 | 305.89 | 0.51 | 0.43 |
| Hex | A6 | 36 | 9B | 0 | 43 | 7 | 23 | 132 | 33 | 2B |
| Octal | 246 | 66 | 233 | 0 | 103 | 7 | 43 | 462 | 63 | 53 |
| Binary | 10100110 | 110110 | 10011011 | 0 | 1000011 | 111 | 100011 | 100110010 | 110011 | 101011 |
Color Harmonies of #A6369B
Complementary color
Monochromatic Colors of #A6369B
Black with #A6369B
Text Example
Text Example
White with #A6369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6369B; }
p { color: rgb(166,54,155); }
H1.HeaderClassName
{
color: #A6369B;
}
.AnyTagClassName
{
color: #A6369B;
}
</style>
background-color css
<style>
a { background-color: #A6369B; }
a { background-color: rgb(166,54,155); }
div.DivClassName
{
background-color: #A6369B;
}
.BgClassName
{
background-color: #A6369B;
}
</style>
border-color css
<style>
span { border-color: #A6369B; }
span { border-color: rgb(166,54,155); }
td.TdClassName
{
border-color: #A6369B;
}
.TagClassName
{
border-color: #A6369B;
}
</style>