Shades of Night Shadz #AF414B
Tints of Night Shadz #AF414B
RGB
CMYK
RGB Variations
Color information
#AF414B (or 0xAF414B) is known color: Night Shadz. HEX triplet: AF, 41 and 4B. RGB value is (175,65,75). Sum of RGB (Red+Green+Blue) = 175+65+75=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF414B is #50BEB4. Grayscale: #636363. Windows color (decimal): -5291701 or 4932015. OLE color: 4932015.
HSL color Cylindrical-coordinate representation of color #AF414B: hue angle of 354.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF414B is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 75 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.31 |
| HSL | 354.55º | 0.46% | 0.47% | - |
| HSV(B) | 354.55º | 0.63% | 0.69% | - |
| XYZ | 20.84 | 13.4 | 8.15 | - |
| YUV | 99.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 75 | 0 | 0.63 | 0.57 | 0.31 | 354.55 | 0.46 | 0.47 |
| Hex | AF | 41 | 4B | 0 | 3F | 39 | 1F | 163 | 2E | 2F |
| Octal | 257 | 101 | 113 | 0 | 77 | 71 | 37 | 543 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1001011 | 0 | 111111 | 111001 | 11111 | 101100011 | 101110 | 101111 |
Color Harmonies of #AF414B
Complementary color
Monochromatic Colors of #AF414B
Black with #AF414B
Text Example
Text Example
White with #AF414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF414B; }
p { color: rgb(175,65,75); }
H1.HeaderClassName
{
color: #AF414B;
}
.AnyTagClassName
{
color: #AF414B;
}
</style>
background-color css
<style>
a { background-color: #AF414B; }
a { background-color: rgb(175,65,75); }
div.DivClassName
{
background-color: #AF414B;
}
.BgClassName
{
background-color: #AF414B;
}
</style>
border-color css
<style>
span { border-color: #AF414B; }
span { border-color: rgb(175,65,75); }
td.TdClassName
{
border-color: #AF414B;
}
.TagClassName
{
border-color: #AF414B;
}
</style>