Shades of Night Shadz #AF3F50
Tints of Night Shadz #AF3F50
RGB
CMYK
RGB Variations
Color information
#AF3F50 (or 0xAF3F50) is known color: Night Shadz. HEX triplet: AF, 3F and 50. RGB value is (175,63,80). Sum of RGB (Red+Green+Blue) = 175+63+80=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F50 is #50C0AF. Grayscale: #626262. Windows color (decimal): -5292208 or 5259183. OLE color: 5259183.
HSL color Cylindrical-coordinate representation of color #AF3F50: hue angle of 350.89º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F50 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 80 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.31 |
| HSL | 350.89º | 0.47% | 0.47% | - |
| HSV(B) | 350.89º | 0.64% | 0.69% | - |
| XYZ | 20.9 | 13.25 | 9.04 | - |
| YUV | 98.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 80 | 0 | 0.64 | 0.54 | 0.31 | 350.89 | 0.47 | 0.47 |
| Hex | AF | 3F | 50 | 0 | 40 | 36 | 1F | 15F | 2F | 2F |
| Octal | 257 | 77 | 120 | 0 | 100 | 66 | 37 | 537 | 57 | 57 |
| Binary | 10101111 | 111111 | 1010000 | 0 | 1000000 | 110110 | 11111 | 101011111 | 101111 | 101111 |
Color Harmonies of #AF3F50
Complementary color
Monochromatic Colors of #AF3F50
Black with #AF3F50
Text Example
Text Example
White with #AF3F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F50; }
p { color: rgb(175,63,80); }
H1.HeaderClassName
{
color: #AF3F50;
}
.AnyTagClassName
{
color: #AF3F50;
}
</style>
background-color css
<style>
a { background-color: #AF3F50; }
a { background-color: rgb(175,63,80); }
div.DivClassName
{
background-color: #AF3F50;
}
.BgClassName
{
background-color: #AF3F50;
}
</style>
border-color css
<style>
span { border-color: #AF3F50; }
span { border-color: rgb(175,63,80); }
td.TdClassName
{
border-color: #AF3F50;
}
.TagClassName
{
border-color: #AF3F50;
}
</style>