Shades of Night Shadz #AC314E
Tints of Night Shadz #AC314E
RGB
CMYK
RGB Variations
Color information
#AC314E (or 0xAC314E) is known color: Night Shadz. HEX triplet: AC, 31 and 4E. RGB value is (172,49,78). Sum of RGB (Red+Green+Blue) = 172+49+78=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC314E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC314E is #53CEB1. Grayscale: #595959. Windows color (decimal): -5492402 or 5124524. OLE color: 5124524.
HSL color Cylindrical-coordinate representation of color #AC314E: hue angle of 345.85º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC314E is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 78 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.33 |
| HSL | 345.85º | 0.56% | 0.43% | - |
| HSV(B) | 345.85º | 0.72% | 0.67% | - |
| XYZ | 19.49 | 11.52 | 8.4 | - |
| YUV | 89.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 78 | 0 | 0.72 | 0.55 | 0.33 | 345.85 | 0.56 | 0.43 |
| Hex | AC | 31 | 4E | 0 | 48 | 37 | 21 | 15A | 38 | 2B |
| Octal | 254 | 61 | 116 | 0 | 110 | 67 | 41 | 532 | 70 | 53 |
| Binary | 10101100 | 110001 | 1001110 | 0 | 1001000 | 110111 | 100001 | 101011010 | 111000 | 101011 |
Color Harmonies of #AC314E
Complementary color
Monochromatic Colors of #AC314E
Black with #AC314E
Text Example
Text Example
White with #AC314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC314E; }
p { color: rgb(172,49,78); }
H1.HeaderClassName
{
color: #AC314E;
}
.AnyTagClassName
{
color: #AC314E;
}
</style>
background-color css
<style>
a { background-color: #AC314E; }
a { background-color: rgb(172,49,78); }
div.DivClassName
{
background-color: #AC314E;
}
.BgClassName
{
background-color: #AC314E;
}
</style>
border-color css
<style>
span { border-color: #AC314E; }
span { border-color: rgb(172,49,78); }
td.TdClassName
{
border-color: #AC314E;
}
.TagClassName
{
border-color: #AC314E;
}
</style>