Shades of Jazzberry Jam #AF136D
Tints of Jazzberry Jam #AF136D
RGB
CMYK
RGB Variations
Color information
#AF136D (or 0xAF136D) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 6D. RGB value is (175,19,109). Sum of RGB (Red+Green+Blue) = 175+19+109=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF136D is #50EC92. Grayscale: #4B4B4B. Windows color (decimal): -5303443 or 7148463. OLE color: 7148463.
HSL color Cylindrical-coordinate representation of color #AF136D: hue angle of 325.38º 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 #AF136D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 109 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.31 |
| HSL | 325.38º | 0.8% | 0.38% | - |
| HSV(B) | 325.38º | 0.89% | 0.69% | - |
| XYZ | 20.67 | 10.68 | 15.44 | - |
| YUV | 75.9 | 146.68 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 109 | 0 | 0.89 | 0.38 | 0.31 | 325.38 | 0.8 | 0.38 |
| Hex | AF | 13 | 6D | 0 | 59 | 26 | 1F | 145 | 50 | 26 |
| Octal | 257 | 23 | 155 | 0 | 131 | 46 | 37 | 505 | 120 | 46 |
| Binary | 10101111 | 10011 | 1101101 | 0 | 1011001 | 100110 | 11111 | 101000101 | 1010000 | 100110 |
Color Harmonies of #AF136D
Complementary color
Monochromatic Colors of #AF136D
Black with #AF136D
Text Example
Text Example
White with #AF136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF136D; }
p { color: rgb(175,19,109); }
H1.HeaderClassName
{
color: #AF136D;
}
.AnyTagClassName
{
color: #AF136D;
}
</style>
background-color css
<style>
a { background-color: #AF136D; }
a { background-color: rgb(175,19,109); }
div.DivClassName
{
background-color: #AF136D;
}
.BgClassName
{
background-color: #AF136D;
}
</style>
border-color css
<style>
span { border-color: #AF136D; }
span { border-color: rgb(175,19,109); }
td.TdClassName
{
border-color: #AF136D;
}
.TagClassName
{
border-color: #AF136D;
}
</style>