Shades of Jazzberry Jam #AF0D5C
Tints of Jazzberry Jam #AF0D5C
RGB
CMYK
RGB Variations
Color information
#AF0D5C (or 0xAF0D5C) is known color: Jazzberry Jam. HEX triplet: AF, 0D and 5C. RGB value is (175,13,92). Sum of RGB (Red+Green+Blue) = 175+13+92=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0D5C is #50F2A3. Grayscale: #464646. Windows color (decimal): -5304996 or 6032815. OLE color: 6032815.
HSL color Cylindrical-coordinate representation of color #AF0D5C: hue angle of 330.74º degrees, saturation: 0.86, 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 #AF0D5C is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 92 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.31 |
| HSL | 330.74º | 0.86% | 0.37% | - |
| HSV(B) | 330.74º | 0.93% | 0.69% | - |
| XYZ | 19.75 | 10.17 | 11.05 | - |
| YUV | 70.44 | 140.17 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 92 | 0 | 0.93 | 0.47 | 0.31 | 330.74 | 0.86 | 0.37 |
| Hex | AF | D | 5C | 0 | 5D | 2F | 1F | 14B | 56 | 25 |
| Octal | 257 | 15 | 134 | 0 | 135 | 57 | 37 | 513 | 126 | 45 |
| Binary | 10101111 | 1101 | 1011100 | 0 | 1011101 | 101111 | 11111 | 101001011 | 1010110 | 100101 |
Color Harmonies of #AF0D5C
Complementary color
Monochromatic Colors of #AF0D5C
Black with #AF0D5C
Text Example
Text Example
White with #AF0D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D5C; }
p { color: rgb(175,13,92); }
H1.HeaderClassName
{
color: #AF0D5C;
}
.AnyTagClassName
{
color: #AF0D5C;
}
</style>
background-color css
<style>
a { background-color: #AF0D5C; }
a { background-color: rgb(175,13,92); }
div.DivClassName
{
background-color: #AF0D5C;
}
.BgClassName
{
background-color: #AF0D5C;
}
</style>
border-color css
<style>
span { border-color: #AF0D5C; }
span { border-color: rgb(175,13,92); }
td.TdClassName
{
border-color: #AF0D5C;
}
.TagClassName
{
border-color: #AF0D5C;
}
</style>