Shades of Night Shadz #AF404E
Tints of Night Shadz #AF404E
RGB
CMYK
RGB Variations
Color information
#AF404E (or 0xAF404E) is known color: Night Shadz. HEX triplet: AF, 40 and 4E. RGB value is (175,64,78). Sum of RGB (Red+Green+Blue) = 175+64+78=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF404E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF404E is #50BFB1. Grayscale: #626262. Windows color (decimal): -5291954 or 5128367. OLE color: 5128367.
HSL color Cylindrical-coordinate representation of color #AF404E: hue angle of 352.43º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF404E is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 78 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.31 |
| HSL | 352.43º | 0.46% | 0.47% | - |
| HSV(B) | 352.43º | 0.63% | 0.69% | - |
| XYZ | 20.89 | 13.33 | 8.68 | - |
| YUV | 98.79 | 116.27 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 78 | 0 | 0.63 | 0.55 | 0.31 | 352.43 | 0.46 | 0.47 |
| Hex | AF | 40 | 4E | 0 | 3F | 37 | 1F | 160 | 2E | 2F |
| Octal | 257 | 100 | 116 | 0 | 77 | 67 | 37 | 540 | 56 | 57 |
| Binary | 10101111 | 1000000 | 1001110 | 0 | 111111 | 110111 | 11111 | 101100000 | 101110 | 101111 |
Color Harmonies of #AF404E
Complementary color
Monochromatic Colors of #AF404E
Black with #AF404E
Text Example
Text Example
White with #AF404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF404E; }
p { color: rgb(175,64,78); }
H1.HeaderClassName
{
color: #AF404E;
}
.AnyTagClassName
{
color: #AF404E;
}
</style>
background-color css
<style>
a { background-color: #AF404E; }
a { background-color: rgb(175,64,78); }
div.DivClassName
{
background-color: #AF404E;
}
.BgClassName
{
background-color: #AF404E;
}
</style>
border-color css
<style>
span { border-color: #AF404E; }
span { border-color: rgb(175,64,78); }
td.TdClassName
{
border-color: #AF404E;
}
.TagClassName
{
border-color: #AF404E;
}
</style>