Shades of Jazzberry Jam #AF104C
Tints of Jazzberry Jam #AF104C
RGB
CMYK
RGB Variations
Color information
#AF104C (or 0xAF104C) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 4C. RGB value is (175,16,76). Sum of RGB (Red+Green+Blue) = 175+16+76=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF104C is #50EFB3. Grayscale: #464646. Windows color (decimal): -5304244 or 4985007. OLE color: 4985007.
HSL color Cylindrical-coordinate representation of color #AF104C: hue angle of 337.36º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF104C is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 76 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.31 |
| HSL | 337.36º | 0.83% | 0.37% | - |
| HSV(B) | 337.36º | 0.91% | 0.69% | - |
| XYZ | 19.17 | 10.01 | 7.76 | - |
| YUV | 70.38 | 131.18 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 76 | 0 | 0.91 | 0.57 | 0.31 | 337.36 | 0.83 | 0.37 |
| Hex | AF | 10 | 4C | 0 | 5B | 39 | 1F | 151 | 53 | 25 |
| Octal | 257 | 20 | 114 | 0 | 133 | 71 | 37 | 521 | 123 | 45 |
| Binary | 10101111 | 10000 | 1001100 | 0 | 1011011 | 111001 | 11111 | 101010001 | 1010011 | 100101 |
Color Harmonies of #AF104C
Complementary color
Monochromatic Colors of #AF104C
Black with #AF104C
Text Example
Text Example
White with #AF104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF104C; }
p { color: rgb(175,16,76); }
H1.HeaderClassName
{
color: #AF104C;
}
.AnyTagClassName
{
color: #AF104C;
}
</style>
background-color css
<style>
a { background-color: #AF104C; }
a { background-color: rgb(175,16,76); }
div.DivClassName
{
background-color: #AF104C;
}
.BgClassName
{
background-color: #AF104C;
}
</style>
border-color css
<style>
span { border-color: #AF104C; }
span { border-color: rgb(175,16,76); }
td.TdClassName
{
border-color: #AF104C;
}
.TagClassName
{
border-color: #AF104C;
}
</style>