Shades of Jazzberry Jam #AF105D
Tints of Jazzberry Jam #AF105D
RGB
CMYK
RGB Variations
Color information
#AF105D (or 0xAF105D) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 5D. RGB value is (175,16,93). Sum of RGB (Red+Green+Blue) = 175+16+93=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF105D is #50EFA2. Grayscale: #484848. Windows color (decimal): -5304227 or 6099119. OLE color: 6099119.
HSL color Cylindrical-coordinate representation of color #AF105D: hue angle of 330.94º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF105D is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 93 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.31 |
| HSL | 330.94º | 0.83% | 0.37% | - |
| HSV(B) | 330.94º | 0.91% | 0.69% | - |
| XYZ | 19.84 | 10.27 | 11.29 | - |
| YUV | 72.32 | 139.68 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 93 | 0 | 0.91 | 0.47 | 0.31 | 330.94 | 0.83 | 0.37 |
| Hex | AF | 10 | 5D | 0 | 5B | 2F | 1F | 14B | 53 | 25 |
| Octal | 257 | 20 | 135 | 0 | 133 | 57 | 37 | 513 | 123 | 45 |
| Binary | 10101111 | 10000 | 1011101 | 0 | 1011011 | 101111 | 11111 | 101001011 | 1010011 | 100101 |
Color Harmonies of #AF105D
Complementary color
Monochromatic Colors of #AF105D
Black with #AF105D
Text Example
Text Example
White with #AF105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF105D; }
p { color: rgb(175,16,93); }
H1.HeaderClassName
{
color: #AF105D;
}
.AnyTagClassName
{
color: #AF105D;
}
</style>
background-color css
<style>
a { background-color: #AF105D; }
a { background-color: rgb(175,16,93); }
div.DivClassName
{
background-color: #AF105D;
}
.BgClassName
{
background-color: #AF105D;
}
</style>
border-color css
<style>
span { border-color: #AF105D; }
span { border-color: rgb(175,16,93); }
td.TdClassName
{
border-color: #AF105D;
}
.TagClassName
{
border-color: #AF105D;
}
</style>