Shades of Night Shadz #AB385A
Tints of Night Shadz #AB385A
RGB
CMYK
RGB Variations
Color information
#AB385A (or 0xAB385A) is known color: Night Shadz. HEX triplet: AB, 38 and 5A. RGB value is (171,56,90). Sum of RGB (Red+Green+Blue) = 171+56+90=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB385A is #54C7A5. Grayscale: #5E5E5E. Windows color (decimal): -5556134 or 5912747. OLE color: 5912747.
HSL color Cylindrical-coordinate representation of color #AB385A: hue angle of 342.26º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB385A is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 90 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.33 |
| HSL | 342.26º | 0.51% | 0.45% | - |
| HSV(B) | 342.26º | 0.67% | 0.67% | - |
| XYZ | 20.05 | 12.22 | 10.98 | - |
| YUV | 94.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 90 | 0 | 0.67 | 0.47 | 0.33 | 342.26 | 0.51 | 0.45 |
| Hex | AB | 38 | 5A | 0 | 43 | 2F | 21 | 156 | 33 | 2D |
| Octal | 253 | 70 | 132 | 0 | 103 | 57 | 41 | 526 | 63 | 55 |
| Binary | 10101011 | 111000 | 1011010 | 0 | 1000011 | 101111 | 100001 | 101010110 | 110011 | 101101 |
Color Harmonies of #AB385A
Complementary color
Monochromatic Colors of #AB385A
Black with #AB385A
Text Example
Text Example
White with #AB385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB385A; }
p { color: rgb(171,56,90); }
H1.HeaderClassName
{
color: #AB385A;
}
.AnyTagClassName
{
color: #AB385A;
}
</style>
background-color css
<style>
a { background-color: #AB385A; }
a { background-color: rgb(171,56,90); }
div.DivClassName
{
background-color: #AB385A;
}
.BgClassName
{
background-color: #AB385A;
}
</style>
border-color css
<style>
span { border-color: #AB385A; }
span { border-color: rgb(171,56,90); }
td.TdClassName
{
border-color: #AB385A;
}
.TagClassName
{
border-color: #AB385A;
}
</style>