Shades of Night Shadz #AB3A58
Tints of Night Shadz #AB3A58
RGB
CMYK
RGB Variations
Color information
#AB3A58 (or 0xAB3A58) is known color: Night Shadz. HEX triplet: AB, 3A and 58. RGB value is (171,58,88). Sum of RGB (Red+Green+Blue) = 171+58+88=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A58 is #54C5A7. Grayscale: #5F5F5F. Windows color (decimal): -5555624 or 5782187. OLE color: 5782187.
HSL color Cylindrical-coordinate representation of color #AB3A58: hue angle of 344.07º 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 #AB3A58 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 88 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.33 |
| HSL | 344.07º | 0.49% | 0.45% | - |
| HSV(B) | 344.07º | 0.66% | 0.67% | - |
| XYZ | 20.07 | 12.39 | 10.57 | - |
| YUV | 95.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 88 | 0 | 0.66 | 0.49 | 0.33 | 344.07 | 0.49 | 0.45 |
| Hex | AB | 3A | 58 | 0 | 42 | 31 | 21 | 158 | 31 | 2D |
| Octal | 253 | 72 | 130 | 0 | 102 | 61 | 41 | 530 | 61 | 55 |
| Binary | 10101011 | 111010 | 1011000 | 0 | 1000010 | 110001 | 100001 | 101011000 | 110001 | 101101 |
Color Harmonies of #AB3A58
Complementary color
Monochromatic Colors of #AB3A58
Black with #AB3A58
Text Example
Text Example
White with #AB3A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A58; }
p { color: rgb(171,58,88); }
H1.HeaderClassName
{
color: #AB3A58;
}
.AnyTagClassName
{
color: #AB3A58;
}
</style>
background-color css
<style>
a { background-color: #AB3A58; }
a { background-color: rgb(171,58,88); }
div.DivClassName
{
background-color: #AB3A58;
}
.BgClassName
{
background-color: #AB3A58;
}
</style>
border-color css
<style>
span { border-color: #AB3A58; }
span { border-color: rgb(171,58,88); }
td.TdClassName
{
border-color: #AB3A58;
}
.TagClassName
{
border-color: #AB3A58;
}
</style>