Shades of Jazzberry Jam #AF0F5C
Tints of Jazzberry Jam #AF0F5C
RGB
CMYK
RGB Variations
Color information
#AF0F5C (or 0xAF0F5C) is known color: Jazzberry Jam. HEX triplet: AF, 0F and 5C. RGB value is (175,15,92). Sum of RGB (Red+Green+Blue) = 175+15+92=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0F5C is #50F0A3. Grayscale: #474747. Windows color (decimal): -5304484 or 6033327. OLE color: 6033327.
HSL color Cylindrical-coordinate representation of color #AF0F5C: hue angle of 331.12º degrees, saturation: 0.84, 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 #AF0F5C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 92 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.31 |
| HSL | 331.13º | 0.84% | 0.37% | - |
| HSV(B) | 331.13º | 0.91% | 0.69% | - |
| XYZ | 19.78 | 10.23 | 11.06 | - |
| YUV | 71.62 | 139.51 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 92 | 0 | 0.91 | 0.47 | 0.31 | 331.13 | 0.84 | 0.37 |
| Hex | AF | F | 5C | 0 | 5B | 2F | 1F | 14B | 54 | 25 |
| Octal | 257 | 17 | 134 | 0 | 133 | 57 | 37 | 513 | 124 | 45 |
| Binary | 10101111 | 1111 | 1011100 | 0 | 1011011 | 101111 | 11111 | 101001011 | 1010100 | 100101 |
Color Harmonies of #AF0F5C
Complementary color
Monochromatic Colors of #AF0F5C
Black with #AF0F5C
Text Example
Text Example
White with #AF0F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F5C; }
p { color: rgb(175,15,92); }
H1.HeaderClassName
{
color: #AF0F5C;
}
.AnyTagClassName
{
color: #AF0F5C;
}
</style>
background-color css
<style>
a { background-color: #AF0F5C; }
a { background-color: rgb(175,15,92); }
div.DivClassName
{
background-color: #AF0F5C;
}
.BgClassName
{
background-color: #AF0F5C;
}
</style>
border-color css
<style>
span { border-color: #AF0F5C; }
span { border-color: rgb(175,15,92); }
td.TdClassName
{
border-color: #AF0F5C;
}
.TagClassName
{
border-color: #AF0F5C;
}
</style>