Shades of Night Shadz #A83A58
Tints of Night Shadz #A83A58
RGB
CMYK
RGB Variations
Color information
#A83A58 (or 0xA83A58) is known color: Night Shadz. HEX triplet: A8, 3A and 58. RGB value is (168,58,88). Sum of RGB (Red+Green+Blue) = 168+58+88=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83A58 is #57C5A7. Grayscale: #5E5E5E. Windows color (decimal): -5752232 or 5782184. OLE color: 5782184.
HSL color Cylindrical-coordinate representation of color #A83A58: hue angle of 343.64º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83A58 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 58 | 88 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.34 |
| HSL | 343.64º | 0.49% | 0.44% | - |
| HSV(B) | 343.64º | 0.65% | 0.66% | - |
| XYZ | 19.42 | 12.06 | 10.54 | - |
| YUV | 94.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 88 | 0 | 0.65 | 0.48 | 0.34 | 343.64 | 0.49 | 0.44 |
| Hex | A8 | 3A | 58 | 0 | 41 | 30 | 22 | 158 | 31 | 2C |
| Octal | 250 | 72 | 130 | 0 | 101 | 60 | 42 | 530 | 61 | 54 |
| Binary | 10101000 | 111010 | 1011000 | 0 | 1000001 | 110000 | 100010 | 101011000 | 110001 | 101100 |
Color Harmonies of #A83A58
Complementary color
Monochromatic Colors of #A83A58
Black with #A83A58
Text Example
Text Example
White with #A83A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83A58; }
p { color: rgb(168,58,88); }
H1.HeaderClassName
{
color: #A83A58;
}
.AnyTagClassName
{
color: #A83A58;
}
</style>
background-color css
<style>
a { background-color: #A83A58; }
a { background-color: rgb(168,58,88); }
div.DivClassName
{
background-color: #A83A58;
}
.BgClassName
{
background-color: #A83A58;
}
</style>
border-color css
<style>
span { border-color: #A83A58; }
span { border-color: rgb(168,58,88); }
td.TdClassName
{
border-color: #A83A58;
}
.TagClassName
{
border-color: #A83A58;
}
</style>