Shades of Medium Red Violet #A6308A
Tints of Medium Red Violet #A6308A
RGB
CMYK
RGB Variations
Color information
#A6308A (or 0xA6308A) is known color: Medium Red Violet. HEX triplet: A6, 30 and 8A. RGB value is (166,48,138). Sum of RGB (Red+Green+Blue) = 166+48+138=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A6308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6308A is #59CF75. Grayscale: #5D5D5D. Windows color (decimal): -5885814 or 9056422. OLE color: 9056422.
HSL color Cylindrical-coordinate representation of color #A6308A: hue angle of 314.24º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6308A is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 138 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.35 |
| HSL | 314.24º | 0.55% | 0.42% | - |
| HSV(B) | 314.24º | 0.71% | 0.65% | - |
| XYZ | 21.37 | 12.06 | 25.25 | - |
| YUV | 93.54 | 153.09 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 138 | 0 | 0.71 | 0.17 | 0.35 | 314.24 | 0.55 | 0.42 |
| Hex | A6 | 30 | 8A | 0 | 47 | 11 | 23 | 13A | 37 | 2A |
| Octal | 246 | 60 | 212 | 0 | 107 | 21 | 43 | 472 | 67 | 52 |
| Binary | 10100110 | 110000 | 10001010 | 0 | 1000111 | 10001 | 100011 | 100111010 | 110111 | 101010 |
Color Harmonies of #A6308A
Complementary color
Monochromatic Colors of #A6308A
Black with #A6308A
Text Example
Text Example
White with #A6308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6308A; }
p { color: rgb(166,48,138); }
H1.HeaderClassName
{
color: #A6308A;
}
.AnyTagClassName
{
color: #A6308A;
}
</style>
background-color css
<style>
a { background-color: #A6308A; }
a { background-color: rgb(166,48,138); }
div.DivClassName
{
background-color: #A6308A;
}
.BgClassName
{
background-color: #A6308A;
}
</style>
border-color css
<style>
span { border-color: #A6308A; }
span { border-color: rgb(166,48,138); }
td.TdClassName
{
border-color: #A6308A;
}
.TagClassName
{
border-color: #A6308A;
}
</style>