Shades of Night Shadz #A23F59
Tints of Night Shadz #A23F59
RGB
CMYK
RGB Variations
Color information
#A23F59 (or 0xA23F59) is known color: Night Shadz. HEX triplet: A2, 3F and 59. RGB value is (162,63,89). Sum of RGB (Red+Green+Blue) = 162+63+89=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23F59 is #5DC0A6. Grayscale: #5F5F5F. Windows color (decimal): -6144167 or 5848994. OLE color: 5848994.
HSL color Cylindrical-coordinate representation of color #A23F59: hue angle of 344.24º 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 #A23F59 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 89 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.36 |
| HSL | 344.24º | 0.44% | 0.44% | - |
| HSV(B) | 344.24º | 0.61% | 0.64% | - |
| XYZ | 18.48 | 11.96 | 10.79 | - |
| YUV | 95.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 89 | 0 | 0.61 | 0.45 | 0.36 | 344.24 | 0.44 | 0.44 |
| Hex | A2 | 3F | 59 | 0 | 3D | 2D | 24 | 158 | 2C | 2C |
| Octal | 242 | 77 | 131 | 0 | 75 | 55 | 44 | 530 | 54 | 54 |
| Binary | 10100010 | 111111 | 1011001 | 0 | 111101 | 101101 | 100100 | 101011000 | 101100 | 101100 |
Color Harmonies of #A23F59
Complementary color
Monochromatic Colors of #A23F59
Black with #A23F59
Text Example
Text Example
White with #A23F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F59; }
p { color: rgb(162,63,89); }
H1.HeaderClassName
{
color: #A23F59;
}
.AnyTagClassName
{
color: #A23F59;
}
</style>
background-color css
<style>
a { background-color: #A23F59; }
a { background-color: rgb(162,63,89); }
div.DivClassName
{
background-color: #A23F59;
}
.BgClassName
{
background-color: #A23F59;
}
</style>
border-color css
<style>
span { border-color: #A23F59; }
span { border-color: rgb(162,63,89); }
td.TdClassName
{
border-color: #A23F59;
}
.TagClassName
{
border-color: #A23F59;
}
</style>