Shades of Jazzberry Jam #AF135D
Tints of Jazzberry Jam #AF135D
RGB
CMYK
RGB Variations
Color information
#AF135D (or 0xAF135D) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 5D. RGB value is (175,19,93). Sum of RGB (Red+Green+Blue) = 175+19+93=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF135D is #50ECA2. Grayscale: #494949. Windows color (decimal): -5303459 or 6099887. OLE color: 6099887.
HSL color Cylindrical-coordinate representation of color #AF135D: hue angle of 331.54º 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 #AF135D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 93 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.31 |
| HSL | 331.54º | 0.8% | 0.38% | - |
| HSV(B) | 331.54º | 0.89% | 0.69% | - |
| XYZ | 19.89 | 10.37 | 11.31 | - |
| YUV | 74.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 93 | 0 | 0.89 | 0.47 | 0.31 | 331.54 | 0.8 | 0.38 |
| Hex | AF | 13 | 5D | 0 | 59 | 2F | 1F | 14C | 50 | 26 |
| Octal | 257 | 23 | 135 | 0 | 131 | 57 | 37 | 514 | 120 | 46 |
| Binary | 10101111 | 10011 | 1011101 | 0 | 1011001 | 101111 | 11111 | 101001100 | 1010000 | 100110 |
Color Harmonies of #AF135D
Complementary color
Monochromatic Colors of #AF135D
Black with #AF135D
Text Example
Text Example
White with #AF135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF135D; }
p { color: rgb(175,19,93); }
H1.HeaderClassName
{
color: #AF135D;
}
.AnyTagClassName
{
color: #AF135D;
}
</style>
background-color css
<style>
a { background-color: #AF135D; }
a { background-color: rgb(175,19,93); }
div.DivClassName
{
background-color: #AF135D;
}
.BgClassName
{
background-color: #AF135D;
}
</style>
border-color css
<style>
span { border-color: #AF135D; }
span { border-color: rgb(175,19,93); }
td.TdClassName
{
border-color: #AF135D;
}
.TagClassName
{
border-color: #AF135D;
}
</style>