Shades of Jazzberry Jam #AF125C
Tints of Jazzberry Jam #AF125C
RGB
CMYK
RGB Variations
Color information
#AF125C (or 0xAF125C) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 5C. RGB value is (175,18,92). Sum of RGB (Red+Green+Blue) = 175+18+92=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF125C is #50EDA3. Grayscale: #494949. Windows color (decimal): -5303716 or 6034095. OLE color: 6034095.
HSL color Cylindrical-coordinate representation of color #AF125C: hue angle of 331.72º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF125C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 92 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.31 |
| HSL | 331.72º | 0.81% | 0.38% | - |
| HSV(B) | 331.72º | 0.9% | 0.69% | - |
| XYZ | 19.83 | 10.32 | 11.07 | - |
| YUV | 73.38 | 138.51 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 92 | 0 | 0.90 | 0.47 | 0.31 | 331.72 | 0.81 | 0.38 |
| Hex | AF | 12 | 5C | 0 | 5A | 2F | 1F | 14C | 51 | 26 |
| Octal | 257 | 22 | 134 | 0 | 132 | 57 | 37 | 514 | 121 | 46 |
| Binary | 10101111 | 10010 | 1011100 | 0 | 1011010 | 101111 | 11111 | 101001100 | 1010001 | 100110 |
Color Harmonies of #AF125C
Complementary color
Monochromatic Colors of #AF125C
Black with #AF125C
Text Example
Text Example
White with #AF125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF125C; }
p { color: rgb(175,18,92); }
H1.HeaderClassName
{
color: #AF125C;
}
.AnyTagClassName
{
color: #AF125C;
}
</style>
background-color css
<style>
a { background-color: #AF125C; }
a { background-color: rgb(175,18,92); }
div.DivClassName
{
background-color: #AF125C;
}
.BgClassName
{
background-color: #AF125C;
}
</style>
border-color css
<style>
span { border-color: #AF125C; }
span { border-color: rgb(175,18,92); }
td.TdClassName
{
border-color: #AF125C;
}
.TagClassName
{
border-color: #AF125C;
}
</style>