Shades of Night Shadz #AF3350
Tints of Night Shadz #AF3350
RGB
CMYK
RGB Variations
Color information
#AF3350 (or 0xAF3350) is known color: Night Shadz. HEX triplet: AF, 33 and 50. RGB value is (175,51,80). Sum of RGB (Red+Green+Blue) = 175+51+80=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3350 is #50CCAF. Grayscale: #5B5B5B. Windows color (decimal): -5295280 or 5256111. OLE color: 5256111.
HSL color Cylindrical-coordinate representation of color #AF3350: hue angle of 345.97º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3350 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 80 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.31 |
| HSL | 345.97º | 0.55% | 0.44% | - |
| HSV(B) | 345.97º | 0.71% | 0.69% | - |
| XYZ | 20.31 | 12.06 | 8.85 | - |
| YUV | 91.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 80 | 0 | 0.71 | 0.54 | 0.31 | 345.97 | 0.55 | 0.44 |
| Hex | AF | 33 | 50 | 0 | 47 | 36 | 1F | 15A | 37 | 2C |
| Octal | 257 | 63 | 120 | 0 | 107 | 66 | 37 | 532 | 67 | 54 |
| Binary | 10101111 | 110011 | 1010000 | 0 | 1000111 | 110110 | 11111 | 101011010 | 110111 | 101100 |
Color Harmonies of #AF3350
Complementary color
Monochromatic Colors of #AF3350
Black with #AF3350
Text Example
Text Example
White with #AF3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3350; }
p { color: rgb(175,51,80); }
H1.HeaderClassName
{
color: #AF3350;
}
.AnyTagClassName
{
color: #AF3350;
}
</style>
background-color css
<style>
a { background-color: #AF3350; }
a { background-color: rgb(175,51,80); }
div.DivClassName
{
background-color: #AF3350;
}
.BgClassName
{
background-color: #AF3350;
}
</style>
border-color css
<style>
span { border-color: #AF3350; }
span { border-color: rgb(175,51,80); }
td.TdClassName
{
border-color: #AF3350;
}
.TagClassName
{
border-color: #AF3350;
}
</style>