Shades of Rouge #A23C6E
Tints of Rouge #A23C6E
RGB
CMYK
RGB Variations
Color information
#A23C6E (or 0xA23C6E) is known color: Rouge. HEX triplet: A2, 3C and 6E. RGB value is (162,60,110). Sum of RGB (Red+Green+Blue) = 162+60+110=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C6E is #5DC391. Grayscale: #606060. Windows color (decimal): -6144914 or 7224482. OLE color: 7224482.
HSL color Cylindrical-coordinate representation of color #A23C6E: hue angle of 330.59º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23C6E is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 110 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.36 |
| HSL | 330.59º | 0.46% | 0.44% | - |
| HSV(B) | 330.59º | 0.63% | 0.64% | - |
| XYZ | 19.33 | 12.04 | 16.06 | - |
| YUV | 96.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 110 | 0 | 0.63 | 0.32 | 0.36 | 330.59 | 0.46 | 0.44 |
| Hex | A2 | 3C | 6E | 0 | 3F | 20 | 24 | 14B | 2E | 2C |
| Octal | 242 | 74 | 156 | 0 | 77 | 40 | 44 | 513 | 56 | 54 |
| Binary | 10100010 | 111100 | 1101110 | 0 | 111111 | 100000 | 100100 | 101001011 | 101110 | 101100 |
Color Harmonies of #A23C6E
Complementary color
Monochromatic Colors of #A23C6E
Black with #A23C6E
Text Example
Text Example
White with #A23C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C6E; }
p { color: rgb(162,60,110); }
H1.HeaderClassName
{
color: #A23C6E;
}
.AnyTagClassName
{
color: #A23C6E;
}
</style>
background-color css
<style>
a { background-color: #A23C6E; }
a { background-color: rgb(162,60,110); }
div.DivClassName
{
background-color: #A23C6E;
}
.BgClassName
{
background-color: #A23C6E;
}
</style>
border-color css
<style>
span { border-color: #A23C6E; }
span { border-color: rgb(162,60,110); }
td.TdClassName
{
border-color: #A23C6E;
}
.TagClassName
{
border-color: #A23C6E;
}
</style>