Shades of Medium Red Violet #A6348F
Tints of Medium Red Violet #A6348F
RGB
CMYK
RGB Variations
Color information
#A6348F (or 0xA6348F) is known color: Medium Red Violet. HEX triplet: A6, 34 and 8F. RGB value is (166,52,143). Sum of RGB (Red+Green+Blue) = 166+52+143=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6348F is #59CB70. Grayscale: #606060. Windows color (decimal): -5884785 or 9385126. OLE color: 9385126.
HSL color Cylindrical-coordinate representation of color #A6348F: hue angle of 312.11º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6348F is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 143 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.35 |
| HSL | 312.11º | 0.52% | 0.43% | - |
| HSV(B) | 312.11º | 0.69% | 0.65% | - |
| XYZ | 21.91 | 12.55 | 27.25 | - |
| YUV | 96.46 | 154.27 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 143 | 0 | 0.69 | 0.14 | 0.35 | 312.11 | 0.52 | 0.43 |
| Hex | A6 | 34 | 8F | 0 | 45 | E | 23 | 138 | 34 | 2B |
| Octal | 246 | 64 | 217 | 0 | 105 | 16 | 43 | 470 | 64 | 53 |
| Binary | 10100110 | 110100 | 10001111 | 0 | 1000101 | 1110 | 100011 | 100111000 | 110100 | 101011 |
Color Harmonies of #A6348F
Complementary color
Monochromatic Colors of #A6348F
Black with #A6348F
Text Example
Text Example
White with #A6348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6348F; }
p { color: rgb(166,52,143); }
H1.HeaderClassName
{
color: #A6348F;
}
.AnyTagClassName
{
color: #A6348F;
}
</style>
background-color css
<style>
a { background-color: #A6348F; }
a { background-color: rgb(166,52,143); }
div.DivClassName
{
background-color: #A6348F;
}
.BgClassName
{
background-color: #A6348F;
}
</style>
border-color css
<style>
span { border-color: #A6348F; }
span { border-color: rgb(166,52,143); }
td.TdClassName
{
border-color: #A6348F;
}
.TagClassName
{
border-color: #A6348F;
}
</style>