Shades of Night Shadz #AF384A
Tints of Night Shadz #AF384A
RGB
CMYK
RGB Variations
Color information
#AF384A (or 0xAF384A) is known color: Night Shadz. HEX triplet: AF, 38 and 4A. RGB value is (175,56,74). Sum of RGB (Red+Green+Blue) = 175+56+74=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF384A is #50C7B5. Grayscale: #5D5D5D. Windows color (decimal): -5294006 or 4864175. OLE color: 4864175.
HSL color Cylindrical-coordinate representation of color #AF384A: hue angle of 350.92º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF384A is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 74 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.31 |
| HSL | 350.92º | 0.52% | 0.45% | - |
| HSV(B) | 350.92º | 0.68% | 0.69% | - |
| XYZ | 20.33 | 12.44 | 7.81 | - |
| YUV | 93.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 74 | 0 | 0.68 | 0.58 | 0.31 | 350.92 | 0.52 | 0.45 |
| Hex | AF | 38 | 4A | 0 | 44 | 3A | 1F | 15F | 34 | 2D |
| Octal | 257 | 70 | 112 | 0 | 104 | 72 | 37 | 537 | 64 | 55 |
| Binary | 10101111 | 111000 | 1001010 | 0 | 1000100 | 111010 | 11111 | 101011111 | 110100 | 101101 |
Color Harmonies of #AF384A
Complementary color
Monochromatic Colors of #AF384A
Black with #AF384A
Text Example
Text Example
White with #AF384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF384A; }
p { color: rgb(175,56,74); }
H1.HeaderClassName
{
color: #AF384A;
}
.AnyTagClassName
{
color: #AF384A;
}
</style>
background-color css
<style>
a { background-color: #AF384A; }
a { background-color: rgb(175,56,74); }
div.DivClassName
{
background-color: #AF384A;
}
.BgClassName
{
background-color: #AF384A;
}
</style>
border-color css
<style>
span { border-color: #AF384A; }
span { border-color: rgb(175,56,74); }
td.TdClassName
{
border-color: #AF384A;
}
.TagClassName
{
border-color: #AF384A;
}
</style>