Shades of Jazzberry Jam #AF1D6F
Tints of Jazzberry Jam #AF1D6F
RGB
CMYK
RGB Variations
Color information
#AF1D6F (or 0xAF1D6F) is known color: Jazzberry Jam. HEX triplet: AF, 1D and 6F. RGB value is (175,29,111). Sum of RGB (Red+Green+Blue) = 175+29+111=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1D6F is #50E290. Grayscale: #515151. Windows color (decimal): -5300881 or 7282095. OLE color: 7282095.
HSL color Cylindrical-coordinate representation of color #AF1D6F: hue angle of 326.3º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1D6F is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 111 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.31 |
| HSL | 326.3º | 0.72% | 0.4% | - |
| HSV(B) | 326.3º | 0.83% | 0.69% | - |
| XYZ | 20.99 | 11.14 | 16.08 | - |
| YUV | 82 | 144.37 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 111 | 0 | 0.83 | 0.37 | 0.31 | 326.3 | 0.72 | 0.4 |
| Hex | AF | 1D | 6F | 0 | 53 | 25 | 1F | 146 | 48 | 28 |
| Octal | 257 | 35 | 157 | 0 | 123 | 45 | 37 | 506 | 110 | 50 |
| Binary | 10101111 | 11101 | 1101111 | 0 | 1010011 | 100101 | 11111 | 101000110 | 1001000 | 101000 |
Color Harmonies of #AF1D6F
Complementary color
Monochromatic Colors of #AF1D6F
Black with #AF1D6F
Text Example
Text Example
White with #AF1D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D6F; }
p { color: rgb(175,29,111); }
H1.HeaderClassName
{
color: #AF1D6F;
}
.AnyTagClassName
{
color: #AF1D6F;
}
</style>
background-color css
<style>
a { background-color: #AF1D6F; }
a { background-color: rgb(175,29,111); }
div.DivClassName
{
background-color: #AF1D6F;
}
.BgClassName
{
background-color: #AF1D6F;
}
</style>
border-color css
<style>
span { border-color: #AF1D6F; }
span { border-color: rgb(175,29,111); }
td.TdClassName
{
border-color: #AF1D6F;
}
.TagClassName
{
border-color: #AF1D6F;
}
</style>