Shades of Jazzberry Jam #AF136B
Tints of Jazzberry Jam #AF136B
RGB
CMYK
RGB Variations
Color information
#AF136B (or 0xAF136B) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 6B. RGB value is (175,19,107). Sum of RGB (Red+Green+Blue) = 175+19+107=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF136B is #50EC94. Grayscale: #4B4B4B. Windows color (decimal): -5303445 or 7017391. OLE color: 7017391.
HSL color Cylindrical-coordinate representation of color #AF136B: hue angle of 326.15º 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 #AF136B is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 107 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.31 |
| HSL | 326.15º | 0.8% | 0.38% | - |
| HSV(B) | 326.15º | 0.89% | 0.69% | - |
| XYZ | 20.57 | 10.64 | 14.88 | - |
| YUV | 75.68 | 145.68 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 107 | 0 | 0.89 | 0.39 | 0.31 | 326.15 | 0.8 | 0.38 |
| Hex | AF | 13 | 6B | 0 | 59 | 27 | 1F | 146 | 50 | 26 |
| Octal | 257 | 23 | 153 | 0 | 131 | 47 | 37 | 506 | 120 | 46 |
| Binary | 10101111 | 10011 | 1101011 | 0 | 1011001 | 100111 | 11111 | 101000110 | 1010000 | 100110 |
Color Harmonies of #AF136B
Complementary color
Monochromatic Colors of #AF136B
Black with #AF136B
Text Example
Text Example
White with #AF136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF136B; }
p { color: rgb(175,19,107); }
H1.HeaderClassName
{
color: #AF136B;
}
.AnyTagClassName
{
color: #AF136B;
}
</style>
background-color css
<style>
a { background-color: #AF136B; }
a { background-color: rgb(175,19,107); }
div.DivClassName
{
background-color: #AF136B;
}
.BgClassName
{
background-color: #AF136B;
}
</style>
border-color css
<style>
span { border-color: #AF136B; }
span { border-color: rgb(175,19,107); }
td.TdClassName
{
border-color: #AF136B;
}
.TagClassName
{
border-color: #AF136B;
}
</style>