Shades of Night Shadz #AF2E56
Tints of Night Shadz #AF2E56
RGB
CMYK
RGB Variations
Color information
#AF2E56 (or 0xAF2E56) is known color: Night Shadz. HEX triplet: AF, 2E and 56. RGB value is (175,46,86). Sum of RGB (Red+Green+Blue) = 175+46+86=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2E56 is #50D1A9. Grayscale: #595959. Windows color (decimal): -5296554 or 5648047. OLE color: 5648047.
HSL color Cylindrical-coordinate representation of color #AF2E56: hue angle of 341.4º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2E56 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 46 | 86 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.31 |
| HSL | 341.4º | 0.58% | 0.43% | - |
| HSV(B) | 341.4º | 0.74% | 0.69% | - |
| XYZ | 20.34 | 11.74 | 10 | - |
| YUV | 89.13 | 126.24 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 86 | 0 | 0.74 | 0.51 | 0.31 | 341.4 | 0.58 | 0.43 |
| Hex | AF | 2E | 56 | 0 | 4A | 33 | 1F | 155 | 3A | 2B |
| Octal | 257 | 56 | 126 | 0 | 112 | 63 | 37 | 525 | 72 | 53 |
| Binary | 10101111 | 101110 | 1010110 | 0 | 1001010 | 110011 | 11111 | 101010101 | 111010 | 101011 |
Color Harmonies of #AF2E56
Complementary color
Monochromatic Colors of #AF2E56
Black with #AF2E56
Text Example
Text Example
White with #AF2E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2E56; }
p { color: rgb(175,46,86); }
H1.HeaderClassName
{
color: #AF2E56;
}
.AnyTagClassName
{
color: #AF2E56;
}
</style>
background-color css
<style>
a { background-color: #AF2E56; }
a { background-color: rgb(175,46,86); }
div.DivClassName
{
background-color: #AF2E56;
}
.BgClassName
{
background-color: #AF2E56;
}
</style>
border-color css
<style>
span { border-color: #AF2E56; }
span { border-color: rgb(175,46,86); }
td.TdClassName
{
border-color: #AF2E56;
}
.TagClassName
{
border-color: #AF2E56;
}
</style>