Shades of Night Shadz #AF3352
Tints of Night Shadz #AF3352
RGB
CMYK
RGB Variations
Color information
#AF3352 (or 0xAF3352) is known color: Night Shadz. HEX triplet: AF, 33 and 52. RGB value is (175,51,82). Sum of RGB (Red+Green+Blue) = 175+51+82=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3352 is #50CCAD. Grayscale: #5B5B5B. Windows color (decimal): -5295278 or 5387183. OLE color: 5387183.
HSL color Cylindrical-coordinate representation of color #AF3352: hue angle of 345º 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 #AF3352 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 82 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.31 |
| HSL | 345º | 0.55% | 0.44% | - |
| HSV(B) | 345º | 0.71% | 0.69% | - |
| XYZ | 20.39 | 12.09 | 9.24 | - |
| YUV | 91.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 82 | 0 | 0.71 | 0.53 | 0.31 | 345 | 0.55 | 0.44 |
| Hex | AF | 33 | 52 | 0 | 47 | 35 | 1F | 159 | 37 | 2C |
| Octal | 257 | 63 | 122 | 0 | 107 | 65 | 37 | 531 | 67 | 54 |
| Binary | 10101111 | 110011 | 1010010 | 0 | 1000111 | 110101 | 11111 | 101011001 | 110111 | 101100 |
Color Harmonies of #AF3352
Complementary color
Monochromatic Colors of #AF3352
Black with #AF3352
Text Example
Text Example
White with #AF3352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3352; }
p { color: rgb(175,51,82); }
H1.HeaderClassName
{
color: #AF3352;
}
.AnyTagClassName
{
color: #AF3352;
}
</style>
background-color css
<style>
a { background-color: #AF3352; }
a { background-color: rgb(175,51,82); }
div.DivClassName
{
background-color: #AF3352;
}
.BgClassName
{
background-color: #AF3352;
}
</style>
border-color css
<style>
span { border-color: #AF3352; }
span { border-color: rgb(175,51,82); }
td.TdClassName
{
border-color: #AF3352;
}
.TagClassName
{
border-color: #AF3352;
}
</style>