Shades of Night Shadz #AF3F4D
Tints of Night Shadz #AF3F4D
RGB
CMYK
RGB Variations
Color information
#AF3F4D (or 0xAF3F4D) is known color: Night Shadz. HEX triplet: AF, 3F and 4D. RGB value is (175,63,77). Sum of RGB (Red+Green+Blue) = 175+63+77=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F4D is #50C0B2. Grayscale: #626262. Windows color (decimal): -5292211 or 5062575. OLE color: 5062575.
HSL color Cylindrical-coordinate representation of color #AF3F4D: hue angle of 352.5º 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 #AF3F4D is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 77 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.31 |
| HSL | 352.5º | 0.47% | 0.47% | - |
| HSV(B) | 352.5º | 0.64% | 0.69% | - |
| XYZ | 20.8 | 13.2 | 8.47 | - |
| YUV | 98.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 77 | 0 | 0.64 | 0.56 | 0.31 | 352.5 | 0.47 | 0.47 |
| Hex | AF | 3F | 4D | 0 | 40 | 38 | 1F | 160 | 2F | 2F |
| Octal | 257 | 77 | 115 | 0 | 100 | 70 | 37 | 540 | 57 | 57 |
| Binary | 10101111 | 111111 | 1001101 | 0 | 1000000 | 111000 | 11111 | 101100000 | 101111 | 101111 |
Color Harmonies of #AF3F4D
Complementary color
Monochromatic Colors of #AF3F4D
Black with #AF3F4D
Text Example
Text Example
White with #AF3F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F4D; }
p { color: rgb(175,63,77); }
H1.HeaderClassName
{
color: #AF3F4D;
}
.AnyTagClassName
{
color: #AF3F4D;
}
</style>
background-color css
<style>
a { background-color: #AF3F4D; }
a { background-color: rgb(175,63,77); }
div.DivClassName
{
background-color: #AF3F4D;
}
.BgClassName
{
background-color: #AF3F4D;
}
</style>
border-color css
<style>
span { border-color: #AF3F4D; }
span { border-color: rgb(175,63,77); }
td.TdClassName
{
border-color: #AF3F4D;
}
.TagClassName
{
border-color: #AF3F4D;
}
</style>