Shades of Night Shadz #AF384C
Tints of Night Shadz #AF384C
RGB
CMYK
RGB Variations
Color information
#AF384C (or 0xAF384C) is known color: Night Shadz. HEX triplet: AF, 38 and 4C. RGB value is (175,56,76). Sum of RGB (Red+Green+Blue) = 175+56+76=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF384C is #50C7B3. Grayscale: #5D5D5D. Windows color (decimal): -5294004 or 4995247. OLE color: 4995247.
HSL color Cylindrical-coordinate representation of color #AF384C: hue angle of 349.92º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF384C is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 76 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.31 |
| HSL | 349.92º | 0.52% | 0.45% | - |
| HSV(B) | 349.92º | 0.68% | 0.69% | - |
| XYZ | 20.4 | 12.46 | 8.17 | - |
| YUV | 93.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 76 | 0 | 0.68 | 0.57 | 0.31 | 349.92 | 0.52 | 0.45 |
| Hex | AF | 38 | 4C | 0 | 44 | 39 | 1F | 15E | 34 | 2D |
| Octal | 257 | 70 | 114 | 0 | 104 | 71 | 37 | 536 | 64 | 55 |
| Binary | 10101111 | 111000 | 1001100 | 0 | 1000100 | 111001 | 11111 | 101011110 | 110100 | 101101 |
Color Harmonies of #AF384C
Complementary color
Monochromatic Colors of #AF384C
Black with #AF384C
Text Example
Text Example
White with #AF384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF384C; }
p { color: rgb(175,56,76); }
H1.HeaderClassName
{
color: #AF384C;
}
.AnyTagClassName
{
color: #AF384C;
}
</style>
background-color css
<style>
a { background-color: #AF384C; }
a { background-color: rgb(175,56,76); }
div.DivClassName
{
background-color: #AF384C;
}
.BgClassName
{
background-color: #AF384C;
}
</style>
border-color css
<style>
span { border-color: #AF384C; }
span { border-color: rgb(175,56,76); }
td.TdClassName
{
border-color: #AF384C;
}
.TagClassName
{
border-color: #AF384C;
}
</style>