Shades of Night Shadz #AF3155
Tints of Night Shadz #AF3155
RGB
CMYK
RGB Variations
Color information
#AF3155 (or 0xAF3155) is known color: Night Shadz. HEX triplet: AF, 31 and 55. RGB value is (175,49,85). Sum of RGB (Red+Green+Blue) = 175+49+85=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3155 is #50CEAA. Grayscale: #5A5A5A. Windows color (decimal): -5295787 or 5583279. OLE color: 5583279.
HSL color Cylindrical-coordinate representation of color #AF3155: hue angle of 342.86º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3155 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 85 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.31 |
| HSL | 342.86º | 0.56% | 0.44% | - |
| HSV(B) | 342.86º | 0.72% | 0.69% | - |
| XYZ | 20.42 | 11.97 | 9.83 | - |
| YUV | 90.78 | 124.74 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 85 | 0 | 0.72 | 0.51 | 0.31 | 342.86 | 0.56 | 0.44 |
| Hex | AF | 31 | 55 | 0 | 48 | 33 | 1F | 157 | 38 | 2C |
| Octal | 257 | 61 | 125 | 0 | 110 | 63 | 37 | 527 | 70 | 54 |
| Binary | 10101111 | 110001 | 1010101 | 0 | 1001000 | 110011 | 11111 | 101010111 | 111000 | 101100 |
Color Harmonies of #AF3155
Complementary color
Monochromatic Colors of #AF3155
Black with #AF3155
Text Example
Text Example
White with #AF3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3155; }
p { color: rgb(175,49,85); }
H1.HeaderClassName
{
color: #AF3155;
}
.AnyTagClassName
{
color: #AF3155;
}
</style>
background-color css
<style>
a { background-color: #AF3155; }
a { background-color: rgb(175,49,85); }
div.DivClassName
{
background-color: #AF3155;
}
.BgClassName
{
background-color: #AF3155;
}
</style>
border-color css
<style>
span { border-color: #AF3155; }
span { border-color: rgb(175,49,85); }
td.TdClassName
{
border-color: #AF3155;
}
.TagClassName
{
border-color: #AF3155;
}
</style>