Shades of Medium Red Violet #A6359A
Tints of Medium Red Violet #A6359A
RGB
CMYK
RGB Variations
Color information
#A6359A (or 0xA6359A) is known color: Medium Red Violet. HEX triplet: A6, 35 and 9A. RGB value is (166,53,154). Sum of RGB (Red+Green+Blue) = 166+53+154=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6359A is #59CA65. Grayscale: #626262. Windows color (decimal): -5884518 or 10106278. OLE color: 10106278.
HSL color Cylindrical-coordinate representation of color #A6359A: hue angle of 306.37º 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 #A6359A is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 154 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.35 |
| HSL | 306.37º | 0.52% | 0.43% | - |
| HSV(B) | 306.37º | 0.68% | 0.65% | - |
| XYZ | 22.83 | 12.99 | 31.88 | - |
| YUV | 98.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 154 | 0 | 0.68 | 0.07 | 0.35 | 306.37 | 0.52 | 0.43 |
| Hex | A6 | 35 | 9A | 0 | 44 | 7 | 23 | 132 | 34 | 2B |
| Octal | 246 | 65 | 232 | 0 | 104 | 7 | 43 | 462 | 64 | 53 |
| Binary | 10100110 | 110101 | 10011010 | 0 | 1000100 | 111 | 100011 | 100110010 | 110100 | 101011 |
Color Harmonies of #A6359A
Complementary color
Monochromatic Colors of #A6359A
Black with #A6359A
Text Example
Text Example
White with #A6359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6359A; }
p { color: rgb(166,53,154); }
H1.HeaderClassName
{
color: #A6359A;
}
.AnyTagClassName
{
color: #A6359A;
}
</style>
background-color css
<style>
a { background-color: #A6359A; }
a { background-color: rgb(166,53,154); }
div.DivClassName
{
background-color: #A6359A;
}
.BgClassName
{
background-color: #A6359A;
}
</style>
border-color css
<style>
span { border-color: #A6359A; }
span { border-color: rgb(166,53,154); }
td.TdClassName
{
border-color: #A6359A;
}
.TagClassName
{
border-color: #A6359A;
}
</style>