Shades of Rouge #A43369
Tints of Rouge #A43369
RGB
CMYK
RGB Variations
Color information
#A43369 (or 0xA43369) is known color: Rouge. HEX triplet: A4, 33 and 69. RGB value is (164,51,105). Sum of RGB (Red+Green+Blue) = 164+51+105=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A43369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43369 is #5BCC96. Grayscale: #5A5A5A. Windows color (decimal): -6016151 or 6894500. OLE color: 6894500.
HSL color Cylindrical-coordinate representation of color #A43369: hue angle of 331.33º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43369 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 51 | 105 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.36 |
| HSL | 331.33º | 0.53% | 0.42% | - |
| HSV(B) | 331.33º | 0.69% | 0.64% | - |
| XYZ | 19.04 | 11.28 | 14.54 | - |
| YUV | 90.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 105 | 0 | 0.69 | 0.36 | 0.36 | 331.33 | 0.53 | 0.42 |
| Hex | A4 | 33 | 69 | 0 | 45 | 24 | 24 | 14B | 35 | 2A |
| Octal | 244 | 63 | 151 | 0 | 105 | 44 | 44 | 513 | 65 | 52 |
| Binary | 10100100 | 110011 | 1101001 | 0 | 1000101 | 100100 | 100100 | 101001011 | 110101 | 101010 |
Color Harmonies of #A43369
Complementary color
Monochromatic Colors of #A43369
Black with #A43369
Text Example
Text Example
White with #A43369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43369; }
p { color: rgb(164,51,105); }
H1.HeaderClassName
{
color: #A43369;
}
.AnyTagClassName
{
color: #A43369;
}
</style>
background-color css
<style>
a { background-color: #A43369; }
a { background-color: rgb(164,51,105); }
div.DivClassName
{
background-color: #A43369;
}
.BgClassName
{
background-color: #A43369;
}
</style>
border-color css
<style>
span { border-color: #A43369; }
span { border-color: rgb(164,51,105); }
td.TdClassName
{
border-color: #A43369;
}
.TagClassName
{
border-color: #A43369;
}
</style>