Shades of Rouge #A4306B
Tints of Rouge #A4306B
RGB
CMYK
RGB Variations
Color information
#A4306B (or 0xA4306B) is known color: Rouge. HEX triplet: A4, 30 and 6B. RGB value is (164,48,107). Sum of RGB (Red+Green+Blue) = 164+48+107=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A4306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4306B is #5BCF94. Grayscale: #595959. Windows color (decimal): -6016917 or 7024804. OLE color: 7024804.
HSL color Cylindrical-coordinate representation of color #A4306B: hue angle of 329.48º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4306B is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 107 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.36 |
| HSL | 329.48º | 0.55% | 0.42% | - |
| HSV(B) | 329.48º | 0.71% | 0.64% | - |
| XYZ | 19.02 | 11.07 | 15.04 | - |
| YUV | 89.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 107 | 0 | 0.71 | 0.35 | 0.36 | 329.48 | 0.55 | 0.42 |
| Hex | A4 | 30 | 6B | 0 | 47 | 23 | 24 | 149 | 37 | 2A |
| Octal | 244 | 60 | 153 | 0 | 107 | 43 | 44 | 511 | 67 | 52 |
| Binary | 10100100 | 110000 | 1101011 | 0 | 1000111 | 100011 | 100100 | 101001001 | 110111 | 101010 |
Color Harmonies of #A4306B
Complementary color
Monochromatic Colors of #A4306B
Black with #A4306B
Text Example
Text Example
White with #A4306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4306B; }
p { color: rgb(164,48,107); }
H1.HeaderClassName
{
color: #A4306B;
}
.AnyTagClassName
{
color: #A4306B;
}
</style>
background-color css
<style>
a { background-color: #A4306B; }
a { background-color: rgb(164,48,107); }
div.DivClassName
{
background-color: #A4306B;
}
.BgClassName
{
background-color: #A4306B;
}
</style>
border-color css
<style>
span { border-color: #A4306B; }
span { border-color: rgb(164,48,107); }
td.TdClassName
{
border-color: #A4306B;
}
.TagClassName
{
border-color: #A4306B;
}
</style>