Shades of Jazzberry Jam #AF1B5B
Tints of Jazzberry Jam #AF1B5B
RGB
CMYK
RGB Variations
Color information
#AF1B5B (or 0xAF1B5B) is known color: Jazzberry Jam. HEX triplet: AF, 1B and 5B. RGB value is (175,27,91). Sum of RGB (Red+Green+Blue) = 175+27+91=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B5B is #50E4A4. Grayscale: #4E4E4E. Windows color (decimal): -5301413 or 5970863. OLE color: 5970863.
HSL color Cylindrical-coordinate representation of color #AF1B5B: hue angle of 334.05º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B5B is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 91 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.31 |
| HSL | 334.05º | 0.73% | 0.4% | - |
| HSV(B) | 334.05º | 0.85% | 0.69% | - |
| XYZ | 19.96 | 10.65 | 10.9 | - |
| YUV | 78.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 91 | 0 | 0.85 | 0.48 | 0.31 | 334.05 | 0.73 | 0.4 |
| Hex | AF | 1B | 5B | 0 | 55 | 30 | 1F | 14E | 49 | 28 |
| Octal | 257 | 33 | 133 | 0 | 125 | 60 | 37 | 516 | 111 | 50 |
| Binary | 10101111 | 11011 | 1011011 | 0 | 1010101 | 110000 | 11111 | 101001110 | 1001001 | 101000 |
Color Harmonies of #AF1B5B
Complementary color
Monochromatic Colors of #AF1B5B
Black with #AF1B5B
Text Example
Text Example
White with #AF1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B5B; }
p { color: rgb(175,27,91); }
H1.HeaderClassName
{
color: #AF1B5B;
}
.AnyTagClassName
{
color: #AF1B5B;
}
</style>
background-color css
<style>
a { background-color: #AF1B5B; }
a { background-color: rgb(175,27,91); }
div.DivClassName
{
background-color: #AF1B5B;
}
.BgClassName
{
background-color: #AF1B5B;
}
</style>
border-color css
<style>
span { border-color: #AF1B5B; }
span { border-color: rgb(175,27,91); }
td.TdClassName
{
border-color: #AF1B5B;
}
.TagClassName
{
border-color: #AF1B5B;
}
</style>