Shades of Rouge #A23E6A
Tints of Rouge #A23E6A
RGB
CMYK
RGB Variations
Color information
#A23E6A (or 0xA23E6A) is known color: Rouge. HEX triplet: A2, 3E and 6A. RGB value is (162,62,106). Sum of RGB (Red+Green+Blue) = 162+62+106=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E6A is #5DC195. Grayscale: #606060. Windows color (decimal): -6144406 or 6962850. OLE color: 6962850.
HSL color Cylindrical-coordinate representation of color #A23E6A: hue angle of 333.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23E6A is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 106 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.36 |
| HSL | 333.6º | 0.45% | 0.44% | - |
| HSV(B) | 333.6º | 0.62% | 0.64% | - |
| XYZ | 19.22 | 12.17 | 14.97 | - |
| YUV | 96.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 106 | 0 | 0.62 | 0.35 | 0.36 | 333.6 | 0.45 | 0.44 |
| Hex | A2 | 3E | 6A | 0 | 3E | 23 | 24 | 14E | 2D | 2C |
| Octal | 242 | 76 | 152 | 0 | 76 | 43 | 44 | 516 | 55 | 54 |
| Binary | 10100010 | 111110 | 1101010 | 0 | 111110 | 100011 | 100100 | 101001110 | 101101 | 101100 |
Color Harmonies of #A23E6A
Complementary color
Monochromatic Colors of #A23E6A
Black with #A23E6A
Text Example
Text Example
White with #A23E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E6A; }
p { color: rgb(162,62,106); }
H1.HeaderClassName
{
color: #A23E6A;
}
.AnyTagClassName
{
color: #A23E6A;
}
</style>
background-color css
<style>
a { background-color: #A23E6A; }
a { background-color: rgb(162,62,106); }
div.DivClassName
{
background-color: #A23E6A;
}
.BgClassName
{
background-color: #A23E6A;
}
</style>
border-color css
<style>
span { border-color: #A23E6A; }
span { border-color: rgb(162,62,106); }
td.TdClassName
{
border-color: #A23E6A;
}
.TagClassName
{
border-color: #A23E6A;
}
</style>