Shades of Jazzberry Jam #AF1269
Tints of Jazzberry Jam #AF1269
RGB
CMYK
RGB Variations
Color information
#AF1269 (or 0xAF1269) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 69. RGB value is (175,18,105). Sum of RGB (Red+Green+Blue) = 175+18+105=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1269 is #50ED96. Grayscale: #4A4A4A. Windows color (decimal): -5303703 or 6886063. OLE color: 6886063.
HSL color Cylindrical-coordinate representation of color #AF1269: hue angle of 326.75º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1269 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 105 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.31 |
| HSL | 326.75º | 0.81% | 0.38% | - |
| HSV(B) | 326.75º | 0.9% | 0.69% | - |
| XYZ | 20.45 | 10.57 | 14.33 | - |
| YUV | 74.86 | 145.01 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 105 | 0 | 0.90 | 0.40 | 0.31 | 326.75 | 0.81 | 0.38 |
| Hex | AF | 12 | 69 | 0 | 5A | 28 | 1F | 147 | 51 | 26 |
| Octal | 257 | 22 | 151 | 0 | 132 | 50 | 37 | 507 | 121 | 46 |
| Binary | 10101111 | 10010 | 1101001 | 0 | 1011010 | 101000 | 11111 | 101000111 | 1010001 | 100110 |
Color Harmonies of #AF1269
Complementary color
Monochromatic Colors of #AF1269
Black with #AF1269
Text Example
Text Example
White with #AF1269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1269; }
p { color: rgb(175,18,105); }
H1.HeaderClassName
{
color: #AF1269;
}
.AnyTagClassName
{
color: #AF1269;
}
</style>
background-color css
<style>
a { background-color: #AF1269; }
a { background-color: rgb(175,18,105); }
div.DivClassName
{
background-color: #AF1269;
}
.BgClassName
{
background-color: #AF1269;
}
</style>
border-color css
<style>
span { border-color: #AF1269; }
span { border-color: rgb(175,18,105); }
td.TdClassName
{
border-color: #AF1269;
}
.TagClassName
{
border-color: #AF1269;
}
</style>