Shades of Jazzberry Jam #AF104A
Tints of Jazzberry Jam #AF104A
RGB
CMYK
RGB Variations
Color information
#AF104A (or 0xAF104A) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 4A. RGB value is (175,16,74). Sum of RGB (Red+Green+Blue) = 175+16+74=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF104A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF104A is #50EFB5. Grayscale: #464646. Windows color (decimal): -5304246 or 4853935. OLE color: 4853935.
HSL color Cylindrical-coordinate representation of color #AF104A: hue angle of 338.11º 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 #AF104A is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 74 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.31 |
| HSL | 338.11º | 0.83% | 0.37% | - |
| HSV(B) | 338.11º | 0.91% | 0.69% | - |
| XYZ | 19.1 | 9.98 | 7.4 | - |
| YUV | 70.15 | 130.18 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 74 | 0 | 0.91 | 0.58 | 0.31 | 338.11 | 0.83 | 0.37 |
| Hex | AF | 10 | 4A | 0 | 5B | 3A | 1F | 152 | 53 | 25 |
| Octal | 257 | 20 | 112 | 0 | 133 | 72 | 37 | 522 | 123 | 45 |
| Binary | 10101111 | 10000 | 1001010 | 0 | 1011011 | 111010 | 11111 | 101010010 | 1010011 | 100101 |
Color Harmonies of #AF104A
Complementary color
Monochromatic Colors of #AF104A
Black with #AF104A
Text Example
Text Example
White with #AF104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF104A; }
p { color: rgb(175,16,74); }
H1.HeaderClassName
{
color: #AF104A;
}
.AnyTagClassName
{
color: #AF104A;
}
</style>
background-color css
<style>
a { background-color: #AF104A; }
a { background-color: rgb(175,16,74); }
div.DivClassName
{
background-color: #AF104A;
}
.BgClassName
{
background-color: #AF104A;
}
</style>
border-color css
<style>
span { border-color: #AF104A; }
span { border-color: rgb(175,16,74); }
td.TdClassName
{
border-color: #AF104A;
}
.TagClassName
{
border-color: #AF104A;
}
</style>