Shades of Medium Red Violet #A6357A
Tints of Medium Red Violet #A6357A
RGB
CMYK
RGB Variations
Color information
#A6357A (or 0xA6357A) is known color: Medium Red Violet. HEX triplet: A6, 35 and 7A. RGB value is (166,53,122). Sum of RGB (Red+Green+Blue) = 166+53+122=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6357A is #59CA85. Grayscale: #5E5E5E. Windows color (decimal): -5884550 or 8009126. OLE color: 8009126.
HSL color Cylindrical-coordinate representation of color #A6357A: hue angle of 323.36º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6357A is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 122 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.35 |
| HSL | 323.36º | 0.52% | 0.43% | - |
| HSV(B) | 323.36º | 0.68% | 0.65% | - |
| XYZ | 20.51 | 12.06 | 19.66 | - |
| YUV | 94.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 122 | 0 | 0.68 | 0.27 | 0.35 | 323.36 | 0.52 | 0.43 |
| Hex | A6 | 35 | 7A | 0 | 44 | 1B | 23 | 143 | 34 | 2B |
| Octal | 246 | 65 | 172 | 0 | 104 | 33 | 43 | 503 | 64 | 53 |
| Binary | 10100110 | 110101 | 1111010 | 0 | 1000100 | 11011 | 100011 | 101000011 | 110100 | 101011 |
Color Harmonies of #A6357A
Complementary color
Monochromatic Colors of #A6357A
Black with #A6357A
Text Example
Text Example
White with #A6357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6357A; }
p { color: rgb(166,53,122); }
H1.HeaderClassName
{
color: #A6357A;
}
.AnyTagClassName
{
color: #A6357A;
}
</style>
background-color css
<style>
a { background-color: #A6357A; }
a { background-color: rgb(166,53,122); }
div.DivClassName
{
background-color: #A6357A;
}
.BgClassName
{
background-color: #A6357A;
}
</style>
border-color css
<style>
span { border-color: #A6357A; }
span { border-color: rgb(166,53,122); }
td.TdClassName
{
border-color: #A6357A;
}
.TagClassName
{
border-color: #A6357A;
}
</style>