Shades of Night Shadz #AF344C
Tints of Night Shadz #AF344C
RGB
CMYK
RGB Variations
Color information
#AF344C (or 0xAF344C) is known color: Night Shadz. HEX triplet: AF, 34 and 4C. RGB value is (175,52,76). Sum of RGB (Red+Green+Blue) = 175+52+76=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF344C is #50CBB3. Grayscale: #5B5B5B. Windows color (decimal): -5295028 or 4994223. OLE color: 4994223.
HSL color Cylindrical-coordinate representation of color #AF344C: hue angle of 348.29º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF344C is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 76 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.31 |
| HSL | 348.29º | 0.54% | 0.45% | - |
| HSV(B) | 348.29º | 0.7% | 0.69% | - |
| XYZ | 20.21 | 12.09 | 8.11 | - |
| YUV | 91.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 76 | 0 | 0.70 | 0.57 | 0.31 | 348.29 | 0.54 | 0.45 |
| Hex | AF | 34 | 4C | 0 | 46 | 39 | 1F | 15C | 36 | 2D |
| Octal | 257 | 64 | 114 | 0 | 106 | 71 | 37 | 534 | 66 | 55 |
| Binary | 10101111 | 110100 | 1001100 | 0 | 1000110 | 111001 | 11111 | 101011100 | 110110 | 101101 |
Color Harmonies of #AF344C
Complementary color
Monochromatic Colors of #AF344C
Black with #AF344C
Text Example
Text Example
White with #AF344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF344C; }
p { color: rgb(175,52,76); }
H1.HeaderClassName
{
color: #AF344C;
}
.AnyTagClassName
{
color: #AF344C;
}
</style>
background-color css
<style>
a { background-color: #AF344C; }
a { background-color: rgb(175,52,76); }
div.DivClassName
{
background-color: #AF344C;
}
.BgClassName
{
background-color: #AF344C;
}
</style>
border-color css
<style>
span { border-color: #AF344C; }
span { border-color: rgb(175,52,76); }
td.TdClassName
{
border-color: #AF344C;
}
.TagClassName
{
border-color: #AF344C;
}
</style>