Shades of Night Shadz #A83258
Tints of Night Shadz #A83258
RGB
CMYK
RGB Variations
Color information
#A83258 (or 0xA83258) is known color: Night Shadz. HEX triplet: A8, 32 and 58. RGB value is (168,50,88). Sum of RGB (Red+Green+Blue) = 168+50+88=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A83258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83258 is #57CDA7. Grayscale: #595959. Windows color (decimal): -5754280 or 5780136. OLE color: 5780136.
HSL color Cylindrical-coordinate representation of color #A83258: hue angle of 340.68º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83258 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 88 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.34 |
| HSL | 340.68º | 0.54% | 0.43% | - |
| HSV(B) | 340.68º | 0.7% | 0.66% | - |
| XYZ | 19.05 | 11.31 | 10.41 | - |
| YUV | 89.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 88 | 0 | 0.70 | 0.48 | 0.34 | 340.68 | 0.54 | 0.43 |
| Hex | A8 | 32 | 58 | 0 | 46 | 30 | 22 | 155 | 36 | 2B |
| Octal | 250 | 62 | 130 | 0 | 106 | 60 | 42 | 525 | 66 | 53 |
| Binary | 10101000 | 110010 | 1011000 | 0 | 1000110 | 110000 | 100010 | 101010101 | 110110 | 101011 |
Color Harmonies of #A83258
Complementary color
Monochromatic Colors of #A83258
Black with #A83258
Text Example
Text Example
White with #A83258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83258; }
p { color: rgb(168,50,88); }
H1.HeaderClassName
{
color: #A83258;
}
.AnyTagClassName
{
color: #A83258;
}
</style>
background-color css
<style>
a { background-color: #A83258; }
a { background-color: rgb(168,50,88); }
div.DivClassName
{
background-color: #A83258;
}
.BgClassName
{
background-color: #A83258;
}
</style>
border-color css
<style>
span { border-color: #A83258; }
span { border-color: rgb(168,50,88); }
td.TdClassName
{
border-color: #A83258;
}
.TagClassName
{
border-color: #A83258;
}
</style>