Shades of Night Shadz #AF2F57
Tints of Night Shadz #AF2F57
RGB
CMYK
RGB Variations
Color information
#AF2F57 (or 0xAF2F57) is known color: Night Shadz. HEX triplet: AF, 2F and 57. RGB value is (175,47,87). Sum of RGB (Red+Green+Blue) = 175+47+87=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F57 is #50D0A8. Grayscale: #595959. Windows color (decimal): -5296297 or 5713839. OLE color: 5713839.
HSL color Cylindrical-coordinate representation of color #AF2F57: hue angle of 341.25º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F57 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 87 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.31 |
| HSL | 341.25º | 0.58% | 0.44% | - |
| HSV(B) | 341.25º | 0.73% | 0.69% | - |
| XYZ | 20.42 | 11.84 | 10.23 | - |
| YUV | 89.83 | 126.41 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 87 | 0 | 0.73 | 0.50 | 0.31 | 341.25 | 0.58 | 0.44 |
| Hex | AF | 2F | 57 | 0 | 49 | 32 | 1F | 155 | 3A | 2C |
| Octal | 257 | 57 | 127 | 0 | 111 | 62 | 37 | 525 | 72 | 54 |
| Binary | 10101111 | 101111 | 1010111 | 0 | 1001001 | 110010 | 11111 | 101010101 | 111010 | 101100 |
Color Harmonies of #AF2F57
Complementary color
Monochromatic Colors of #AF2F57
Black with #AF2F57
Text Example
Text Example
White with #AF2F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F57; }
p { color: rgb(175,47,87); }
H1.HeaderClassName
{
color: #AF2F57;
}
.AnyTagClassName
{
color: #AF2F57;
}
</style>
background-color css
<style>
a { background-color: #AF2F57; }
a { background-color: rgb(175,47,87); }
div.DivClassName
{
background-color: #AF2F57;
}
.BgClassName
{
background-color: #AF2F57;
}
</style>
border-color css
<style>
span { border-color: #AF2F57; }
span { border-color: rgb(175,47,87); }
td.TdClassName
{
border-color: #AF2F57;
}
.TagClassName
{
border-color: #AF2F57;
}
</style>