Shades of Rouge #A23366
Tints of Rouge #A23366
RGB
CMYK
RGB Variations
Color information
#A23366 (or 0xA23366) is known color: Rouge. HEX triplet: A2, 33 and 66. RGB value is (162,51,102). Sum of RGB (Red+Green+Blue) = 162+51+102=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A23366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23366 is #5DCC99. Grayscale: #595959. Windows color (decimal): -6147226 or 6697890. OLE color: 6697890.
HSL color Cylindrical-coordinate representation of color #A23366: hue angle of 332.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 #A23366 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 102 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.36 |
| HSL | 332.43º | 0.52% | 0.42% | - |
| HSV(B) | 332.43º | 0.69% | 0.64% | - |
| XYZ | 18.48 | 11.01 | 13.72 | - |
| YUV | 90 | 134.77 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 102 | 0 | 0.69 | 0.37 | 0.36 | 332.43 | 0.52 | 0.42 |
| Hex | A2 | 33 | 66 | 0 | 45 | 25 | 24 | 14C | 34 | 2A |
| Octal | 242 | 63 | 146 | 0 | 105 | 45 | 44 | 514 | 64 | 52 |
| Binary | 10100010 | 110011 | 1100110 | 0 | 1000101 | 100101 | 100100 | 101001100 | 110100 | 101010 |
Color Harmonies of #A23366
Complementary color
Monochromatic Colors of #A23366
Black with #A23366
Text Example
Text Example
White with #A23366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23366; }
p { color: rgb(162,51,102); }
H1.HeaderClassName
{
color: #A23366;
}
.AnyTagClassName
{
color: #A23366;
}
</style>
background-color css
<style>
a { background-color: #A23366; }
a { background-color: rgb(162,51,102); }
div.DivClassName
{
background-color: #A23366;
}
.BgClassName
{
background-color: #A23366;
}
</style>
border-color css
<style>
span { border-color: #A23366; }
span { border-color: rgb(162,51,102); }
td.TdClassName
{
border-color: #A23366;
}
.TagClassName
{
border-color: #A23366;
}
</style>