Shades of Night Shadz #AB3A4D
Tints of Night Shadz #AB3A4D
RGB
CMYK
RGB Variations
Color information
#AB3A4D (or 0xAB3A4D) is known color: Night Shadz. HEX triplet: AB, 3A and 4D. RGB value is (171,58,77). Sum of RGB (Red+Green+Blue) = 171+58+77=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A4D is #54C5B2. Grayscale: #5D5D5D. Windows color (decimal): -5555635 or 5061291. OLE color: 5061291.
HSL color Cylindrical-coordinate representation of color #AB3A4D: hue angle of 349.91º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3A4D is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 77 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.33 |
| HSL | 349.91º | 0.49% | 0.45% | - |
| HSV(B) | 349.91º | 0.66% | 0.67% | - |
| XYZ | 19.65 | 12.22 | 8.34 | - |
| YUV | 93.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 77 | 0 | 0.66 | 0.55 | 0.33 | 349.91 | 0.49 | 0.45 |
| Hex | AB | 3A | 4D | 0 | 42 | 37 | 21 | 15E | 31 | 2D |
| Octal | 253 | 72 | 115 | 0 | 102 | 67 | 41 | 536 | 61 | 55 |
| Binary | 10101011 | 111010 | 1001101 | 0 | 1000010 | 110111 | 100001 | 101011110 | 110001 | 101101 |
Color Harmonies of #AB3A4D
Complementary color
Monochromatic Colors of #AB3A4D
Black with #AB3A4D
Text Example
Text Example
White with #AB3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A4D; }
p { color: rgb(171,58,77); }
H1.HeaderClassName
{
color: #AB3A4D;
}
.AnyTagClassName
{
color: #AB3A4D;
}
</style>
background-color css
<style>
a { background-color: #AB3A4D; }
a { background-color: rgb(171,58,77); }
div.DivClassName
{
background-color: #AB3A4D;
}
.BgClassName
{
background-color: #AB3A4D;
}
</style>
border-color css
<style>
span { border-color: #AB3A4D; }
span { border-color: rgb(171,58,77); }
td.TdClassName
{
border-color: #AB3A4D;
}
.TagClassName
{
border-color: #AB3A4D;
}
</style>