Shades of Rouge #A33574
Tints of Rouge #A33574
RGB
CMYK
RGB Variations
Color information
#A33574 (or 0xA33574) is known color: Rouge. HEX triplet: A3, 35 and 74. RGB value is (163,53,116). Sum of RGB (Red+Green+Blue) = 163+53+116=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A33574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33574 is #5CCA8B. Grayscale: #5C5C5C. Windows color (decimal): -6081164 or 7615907. OLE color: 7615907.
HSL color Cylindrical-coordinate representation of color #A33574: hue angle of 325.64º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33574 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 116 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.36 |
| HSL | 325.64º | 0.51% | 0.42% | - |
| HSV(B) | 325.64º | 0.67% | 0.64% | - |
| XYZ | 19.53 | 11.59 | 17.73 | - |
| YUV | 93.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 116 | 0 | 0.67 | 0.29 | 0.36 | 325.64 | 0.51 | 0.42 |
| Hex | A3 | 35 | 74 | 0 | 43 | 1D | 24 | 146 | 33 | 2A |
| Octal | 243 | 65 | 164 | 0 | 103 | 35 | 44 | 506 | 63 | 52 |
| Binary | 10100011 | 110101 | 1110100 | 0 | 1000011 | 11101 | 100100 | 101000110 | 110011 | 101010 |
Color Harmonies of #A33574
Complementary color
Monochromatic Colors of #A33574
Black with #A33574
Text Example
Text Example
White with #A33574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33574; }
p { color: rgb(163,53,116); }
H1.HeaderClassName
{
color: #A33574;
}
.AnyTagClassName
{
color: #A33574;
}
</style>
background-color css
<style>
a { background-color: #A33574; }
a { background-color: rgb(163,53,116); }
div.DivClassName
{
background-color: #A33574;
}
.BgClassName
{
background-color: #A33574;
}
</style>
border-color css
<style>
span { border-color: #A33574; }
span { border-color: rgb(163,53,116); }
td.TdClassName
{
border-color: #A33574;
}
.TagClassName
{
border-color: #A33574;
}
</style>