Shades of Rouge #A33273
Tints of Rouge #A33273
RGB
CMYK
RGB Variations
Color information
#A33273 (or 0xA33273) is known color: Rouge. HEX triplet: A3, 32 and 73. RGB value is (163,50,115). Sum of RGB (Red+Green+Blue) = 163+50+115=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A33273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33273 is #5CCD8C. Grayscale: #5B5B5B. Windows color (decimal): -6081933 or 7549603. OLE color: 7549603.
HSL color Cylindrical-coordinate representation of color #A33273: hue angle of 325.49º 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 #A33273 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 115 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.36 |
| HSL | 325.49º | 0.53% | 0.42% | - |
| HSV(B) | 325.49º | 0.69% | 0.64% | - |
| XYZ | 19.34 | 11.31 | 17.38 | - |
| YUV | 91.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 115 | 0 | 0.69 | 0.29 | 0.36 | 325.49 | 0.53 | 0.42 |
| Hex | A3 | 32 | 73 | 0 | 45 | 1D | 24 | 145 | 35 | 2A |
| Octal | 243 | 62 | 163 | 0 | 105 | 35 | 44 | 505 | 65 | 52 |
| Binary | 10100011 | 110010 | 1110011 | 0 | 1000101 | 11101 | 100100 | 101000101 | 110101 | 101010 |
Color Harmonies of #A33273
Complementary color
Monochromatic Colors of #A33273
Black with #A33273
Text Example
Text Example
White with #A33273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33273; }
p { color: rgb(163,50,115); }
H1.HeaderClassName
{
color: #A33273;
}
.AnyTagClassName
{
color: #A33273;
}
</style>
background-color css
<style>
a { background-color: #A33273; }
a { background-color: rgb(163,50,115); }
div.DivClassName
{
background-color: #A33273;
}
.BgClassName
{
background-color: #A33273;
}
</style>
border-color css
<style>
span { border-color: #A33273; }
span { border-color: rgb(163,50,115); }
td.TdClassName
{
border-color: #A33273;
}
.TagClassName
{
border-color: #A33273;
}
</style>