Shades of Jazzberry Jam #AF104E
Tints of Jazzberry Jam #AF104E
RGB
CMYK
RGB Variations
Color information
#AF104E (or 0xAF104E) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 4E. RGB value is (175,16,78). Sum of RGB (Red+Green+Blue) = 175+16+78=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF104E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF104E is #50EFB1. Grayscale: #464646. Windows color (decimal): -5304242 or 5116079. OLE color: 5116079.
HSL color Cylindrical-coordinate representation of color #AF104E: hue angle of 336.6º 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 #AF104E is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 78 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.31 |
| HSL | 336.6º | 0.83% | 0.37% | - |
| HSV(B) | 336.6º | 0.91% | 0.69% | - |
| XYZ | 19.24 | 10.03 | 8.13 | - |
| YUV | 70.61 | 132.18 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 78 | 0 | 0.91 | 0.55 | 0.31 | 336.6 | 0.83 | 0.37 |
| Hex | AF | 10 | 4E | 0 | 5B | 37 | 1F | 151 | 53 | 25 |
| Octal | 257 | 20 | 116 | 0 | 133 | 67 | 37 | 521 | 123 | 45 |
| Binary | 10101111 | 10000 | 1001110 | 0 | 1011011 | 110111 | 11111 | 101010001 | 1010011 | 100101 |
Color Harmonies of #AF104E
Complementary color
Monochromatic Colors of #AF104E
Black with #AF104E
Text Example
Text Example
White with #AF104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF104E; }
p { color: rgb(175,16,78); }
H1.HeaderClassName
{
color: #AF104E;
}
.AnyTagClassName
{
color: #AF104E;
}
</style>
background-color css
<style>
a { background-color: #AF104E; }
a { background-color: rgb(175,16,78); }
div.DivClassName
{
background-color: #AF104E;
}
.BgClassName
{
background-color: #AF104E;
}
</style>
border-color css
<style>
span { border-color: #AF104E; }
span { border-color: rgb(175,16,78); }
td.TdClassName
{
border-color: #AF104E;
}
.TagClassName
{
border-color: #AF104E;
}
</style>