Shades of Night Shadz #AF394E
Tints of Night Shadz #AF394E
RGB
CMYK
RGB Variations
Color information
#AF394E (or 0xAF394E) is known color: Night Shadz. HEX triplet: AF, 39 and 4E. RGB value is (175,57,78). Sum of RGB (Red+Green+Blue) = 175+57+78=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF394E is #50C6B1. Grayscale: #5E5E5E. Windows color (decimal): -5293746 or 5126575. OLE color: 5126575.
HSL color Cylindrical-coordinate representation of color #AF394E: hue angle of 349.32º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF394E is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 78 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.31 |
| HSL | 349.32º | 0.51% | 0.45% | - |
| HSV(B) | 349.32º | 0.67% | 0.69% | - |
| XYZ | 20.52 | 12.59 | 8.56 | - |
| YUV | 94.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 78 | 0 | 0.67 | 0.55 | 0.31 | 349.32 | 0.51 | 0.45 |
| Hex | AF | 39 | 4E | 0 | 43 | 37 | 1F | 15D | 33 | 2D |
| Octal | 257 | 71 | 116 | 0 | 103 | 67 | 37 | 535 | 63 | 55 |
| Binary | 10101111 | 111001 | 1001110 | 0 | 1000011 | 110111 | 11111 | 101011101 | 110011 | 101101 |
Color Harmonies of #AF394E
Complementary color
Monochromatic Colors of #AF394E
Black with #AF394E
Text Example
Text Example
White with #AF394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF394E; }
p { color: rgb(175,57,78); }
H1.HeaderClassName
{
color: #AF394E;
}
.AnyTagClassName
{
color: #AF394E;
}
</style>
background-color css
<style>
a { background-color: #AF394E; }
a { background-color: rgb(175,57,78); }
div.DivClassName
{
background-color: #AF394E;
}
.BgClassName
{
background-color: #AF394E;
}
</style>
border-color css
<style>
span { border-color: #AF394E; }
span { border-color: rgb(175,57,78); }
td.TdClassName
{
border-color: #AF394E;
}
.TagClassName
{
border-color: #AF394E;
}
</style>