Shades of Rouge #A23F63
Tints of Rouge #A23F63
RGB
CMYK
RGB Variations
Color information
#A23F63 (or 0xA23F63) is known color: Rouge. HEX triplet: A2, 3F and 63. RGB value is (162,63,99). Sum of RGB (Red+Green+Blue) = 162+63+99=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23F63 is #5DC09C. Grayscale: #606060. Windows color (decimal): -6144157 or 6504354. OLE color: 6504354.
HSL color Cylindrical-coordinate representation of color #A23F63: hue angle of 338.18º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A23F63 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 99 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.36 |
| HSL | 338.18º | 0.44% | 0.44% | - |
| HSV(B) | 338.18º | 0.61% | 0.64% | - |
| XYZ | 18.93 | 12.14 | 13.15 | - |
| YUV | 96.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 99 | 0 | 0.61 | 0.39 | 0.36 | 338.18 | 0.44 | 0.44 |
| Hex | A2 | 3F | 63 | 0 | 3D | 27 | 24 | 152 | 2C | 2C |
| Octal | 242 | 77 | 143 | 0 | 75 | 47 | 44 | 522 | 54 | 54 |
| Binary | 10100010 | 111111 | 1100011 | 0 | 111101 | 100111 | 100100 | 101010010 | 101100 | 101100 |
Color Harmonies of #A23F63
Complementary color
Monochromatic Colors of #A23F63
Black with #A23F63
Text Example
Text Example
White with #A23F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F63; }
p { color: rgb(162,63,99); }
H1.HeaderClassName
{
color: #A23F63;
}
.AnyTagClassName
{
color: #A23F63;
}
</style>
background-color css
<style>
a { background-color: #A23F63; }
a { background-color: rgb(162,63,99); }
div.DivClassName
{
background-color: #A23F63;
}
.BgClassName
{
background-color: #A23F63;
}
</style>
border-color css
<style>
span { border-color: #A23F63; }
span { border-color: rgb(162,63,99); }
td.TdClassName
{
border-color: #A23F63;
}
.TagClassName
{
border-color: #A23F63;
}
</style>