Shades of Jazzberry Jam #AF0C4D
Tints of Jazzberry Jam #AF0C4D
RGB
CMYK
RGB Variations
Color information
#AF0C4D (or 0xAF0C4D) is known color: Jazzberry Jam. HEX triplet: AF, 0C and 4D. RGB value is (175,12,77). Sum of RGB (Red+Green+Blue) = 175+12+77=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0C4D is #50F3B2. Grayscale: #444444. Windows color (decimal): -5305267 or 5049519. OLE color: 5049519.
HSL color Cylindrical-coordinate representation of color #AF0C4D: hue angle of 336.07º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0C4D is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 77 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.31 |
| HSL | 336.07º | 0.87% | 0.37% | - |
| HSV(B) | 336.07º | 0.93% | 0.69% | - |
| XYZ | 19.15 | 9.91 | 7.93 | - |
| YUV | 68.15 | 133 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 77 | 0 | 0.93 | 0.56 | 0.31 | 336.07 | 0.87 | 0.37 |
| Hex | AF | C | 4D | 0 | 5D | 38 | 1F | 150 | 57 | 25 |
| Octal | 257 | 14 | 115 | 0 | 135 | 70 | 37 | 520 | 127 | 45 |
| Binary | 10101111 | 1100 | 1001101 | 0 | 1011101 | 111000 | 11111 | 101010000 | 1010111 | 100101 |
Color Harmonies of #AF0C4D
Complementary color
Monochromatic Colors of #AF0C4D
Black with #AF0C4D
Text Example
Text Example
White with #AF0C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C4D; }
p { color: rgb(175,12,77); }
H1.HeaderClassName
{
color: #AF0C4D;
}
.AnyTagClassName
{
color: #AF0C4D;
}
</style>
background-color css
<style>
a { background-color: #AF0C4D; }
a { background-color: rgb(175,12,77); }
div.DivClassName
{
background-color: #AF0C4D;
}
.BgClassName
{
background-color: #AF0C4D;
}
</style>
border-color css
<style>
span { border-color: #AF0C4D; }
span { border-color: rgb(175,12,77); }
td.TdClassName
{
border-color: #AF0C4D;
}
.TagClassName
{
border-color: #AF0C4D;
}
</style>