Shades of Jazzberry Jam #AF104B
Tints of Jazzberry Jam #AF104B
RGB
CMYK
RGB Variations
Color information
#AF104B (or 0xAF104B) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 4B. RGB value is (175,16,75). Sum of RGB (Red+Green+Blue) = 175+16+75=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF104B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF104B is #50EFB4. Grayscale: #464646. Windows color (decimal): -5304245 or 4919471. OLE color: 4919471.
HSL color Cylindrical-coordinate representation of color #AF104B: hue angle of 337.74º 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 #AF104B is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 75 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.31 |
| HSL | 337.74º | 0.83% | 0.37% | - |
| HSV(B) | 337.74º | 0.91% | 0.69% | - |
| XYZ | 19.13 | 9.99 | 7.58 | - |
| YUV | 70.27 | 130.68 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 75 | 0 | 0.91 | 0.57 | 0.31 | 337.74 | 0.83 | 0.37 |
| Hex | AF | 10 | 4B | 0 | 5B | 39 | 1F | 152 | 53 | 25 |
| Octal | 257 | 20 | 113 | 0 | 133 | 71 | 37 | 522 | 123 | 45 |
| Binary | 10101111 | 10000 | 1001011 | 0 | 1011011 | 111001 | 11111 | 101010010 | 1010011 | 100101 |
Color Harmonies of #AF104B
Complementary color
Monochromatic Colors of #AF104B
Black with #AF104B
Text Example
Text Example
White with #AF104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF104B; }
p { color: rgb(175,16,75); }
H1.HeaderClassName
{
color: #AF104B;
}
.AnyTagClassName
{
color: #AF104B;
}
</style>
background-color css
<style>
a { background-color: #AF104B; }
a { background-color: rgb(175,16,75); }
div.DivClassName
{
background-color: #AF104B;
}
.BgClassName
{
background-color: #AF104B;
}
</style>
border-color css
<style>
span { border-color: #AF104B; }
span { border-color: rgb(175,16,75); }
td.TdClassName
{
border-color: #AF104B;
}
.TagClassName
{
border-color: #AF104B;
}
</style>