Shades of Rouge #A6306B
Tints of Rouge #A6306B
RGB
CMYK
RGB Variations
Color information
#A6306B (or 0xA6306B) is known color: Rouge. HEX triplet: A6, 30 and 6B. RGB value is (166,48,107). Sum of RGB (Red+Green+Blue) = 166+48+107=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A6306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6306B is #59CF94. Grayscale: #595959. Windows color (decimal): -5885845 or 7024806. OLE color: 7024806.
HSL color Cylindrical-coordinate representation of color #A6306B: hue angle of 330º 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 #A6306B is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 107 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.35 |
| HSL | 330º | 0.55% | 0.42% | - |
| HSV(B) | 330º | 0.71% | 0.65% | - |
| XYZ | 19.44 | 11.28 | 15.06 | - |
| YUV | 90.01 | 137.59 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 107 | 0 | 0.71 | 0.36 | 0.35 | 330 | 0.55 | 0.42 |
| Hex | A6 | 30 | 6B | 0 | 47 | 24 | 23 | 14A | 37 | 2A |
| Octal | 246 | 60 | 153 | 0 | 107 | 44 | 43 | 512 | 67 | 52 |
| Binary | 10100110 | 110000 | 1101011 | 0 | 1000111 | 100100 | 100011 | 101001010 | 110111 | 101010 |
Color Harmonies of #A6306B
Complementary color
Monochromatic Colors of #A6306B
Black with #A6306B
Text Example
Text Example
White with #A6306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6306B; }
p { color: rgb(166,48,107); }
H1.HeaderClassName
{
color: #A6306B;
}
.AnyTagClassName
{
color: #A6306B;
}
</style>
background-color css
<style>
a { background-color: #A6306B; }
a { background-color: rgb(166,48,107); }
div.DivClassName
{
background-color: #A6306B;
}
.BgClassName
{
background-color: #A6306B;
}
</style>
border-color css
<style>
span { border-color: #A6306B; }
span { border-color: rgb(166,48,107); }
td.TdClassName
{
border-color: #A6306B;
}
.TagClassName
{
border-color: #A6306B;
}
</style>