Shades of Jazzberry Jam #AF136C
Tints of Jazzberry Jam #AF136C
RGB
CMYK
RGB Variations
Color information
#AF136C (or 0xAF136C) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 6C. RGB value is (175,19,108). Sum of RGB (Red+Green+Blue) = 175+19+108=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF136C is #50EC93. Grayscale: #4B4B4B. Windows color (decimal): -5303444 or 7082927. OLE color: 7082927.
HSL color Cylindrical-coordinate representation of color #AF136C: hue angle of 325.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF136C is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 108 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.31 |
| HSL | 325.77º | 0.8% | 0.38% | - |
| HSV(B) | 325.77º | 0.89% | 0.69% | - |
| XYZ | 20.62 | 10.66 | 15.16 | - |
| YUV | 75.79 | 146.18 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 108 | 0 | 0.89 | 0.38 | 0.31 | 325.77 | 0.8 | 0.38 |
| Hex | AF | 13 | 6C | 0 | 59 | 26 | 1F | 146 | 50 | 26 |
| Octal | 257 | 23 | 154 | 0 | 131 | 46 | 37 | 506 | 120 | 46 |
| Binary | 10101111 | 10011 | 1101100 | 0 | 1011001 | 100110 | 11111 | 101000110 | 1010000 | 100110 |
Color Harmonies of #AF136C
Complementary color
Monochromatic Colors of #AF136C
Black with #AF136C
Text Example
Text Example
White with #AF136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF136C; }
p { color: rgb(175,19,108); }
H1.HeaderClassName
{
color: #AF136C;
}
.AnyTagClassName
{
color: #AF136C;
}
</style>
background-color css
<style>
a { background-color: #AF136C; }
a { background-color: rgb(175,19,108); }
div.DivClassName
{
background-color: #AF136C;
}
.BgClassName
{
background-color: #AF136C;
}
</style>
border-color css
<style>
span { border-color: #AF136C; }
span { border-color: rgb(175,19,108); }
td.TdClassName
{
border-color: #AF136C;
}
.TagClassName
{
border-color: #AF136C;
}
</style>