Shades of Rouge #A3335F
Tints of Rouge #A3335F
RGB
CMYK
RGB Variations
Color information
#A3335F (or 0xA3335F) is known color: Rouge. HEX triplet: A3, 33 and 5F. RGB value is (163,51,95). Sum of RGB (Red+Green+Blue) = 163+51+95=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3335F is #5CCCA0. Grayscale: #595959. Windows color (decimal): -6081697 or 6239139. OLE color: 6239139.
HSL color Cylindrical-coordinate representation of color #A3335F: hue angle of 336.43º degrees, saturation: 0.52, 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 #A3335F is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 51 | 95 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.36 |
| HSL | 336.43º | 0.52% | 0.42% | - |
| HSV(B) | 336.43º | 0.69% | 0.64% | - |
| XYZ | 18.35 | 10.98 | 11.98 | - |
| YUV | 89.5 | 131.11 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 95 | 0 | 0.69 | 0.42 | 0.36 | 336.43 | 0.52 | 0.42 |
| Hex | A3 | 33 | 5F | 0 | 45 | 2A | 24 | 150 | 34 | 2A |
| Octal | 243 | 63 | 137 | 0 | 105 | 52 | 44 | 520 | 64 | 52 |
| Binary | 10100011 | 110011 | 1011111 | 0 | 1000101 | 101010 | 100100 | 101010000 | 110100 | 101010 |
Color Harmonies of #A3335F
Complementary color
Monochromatic Colors of #A3335F
Black with #A3335F
Text Example
Text Example
White with #A3335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3335F; }
p { color: rgb(163,51,95); }
H1.HeaderClassName
{
color: #A3335F;
}
.AnyTagClassName
{
color: #A3335F;
}
</style>
background-color css
<style>
a { background-color: #A3335F; }
a { background-color: rgb(163,51,95); }
div.DivClassName
{
background-color: #A3335F;
}
.BgClassName
{
background-color: #A3335F;
}
</style>
border-color css
<style>
span { border-color: #A3335F; }
span { border-color: rgb(163,51,95); }
td.TdClassName
{
border-color: #A3335F;
}
.TagClassName
{
border-color: #A3335F;
}
</style>