Shades of Jazzberry Jam #AF004D
Tints of Jazzberry Jam #AF004D
RGB
CMYK
RGB Variations
Color information
#AF004D (or 0xAF004D) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 4D. RGB value is (175,0,77). Sum of RGB (Red+Green+Blue) = 175+0+77=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF004D is #50FFB2. Grayscale: #3C3C3C. Windows color (decimal): -5308339 or 5046447. OLE color: 5046447.
HSL color Cylindrical-coordinate representation of color #AF004D: hue angle of 333.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF004D is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.56 | 0.31 |
| HSL | 333.6º | 1% | 0.34% | - |
| HSV(B) | 333.6º | 1% | 0.69% | - |
| XYZ | 19.02 | 9.65 | 7.88 | - |
| YUV | 61.1 | 136.98 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 77 | 0 | 1 | 0.56 | 0.31 | 333.6 | 1 | 0.34 |
| Hex | AF | 0 | 4D | 0 | 64 | 38 | 1F | 14E | 64 | 22 |
| Octal | 257 | 0 | 115 | 0 | 144 | 70 | 37 | 516 | 144 | 42 |
| Binary | 10101111 | 0 | 1001101 | 0 | 1100100 | 111000 | 11111 | 101001110 | 1100100 | 100010 |
Color Harmonies of #AF004D
Complementary color
Monochromatic Colors of #AF004D
Black with #AF004D
Text Example
Text Example
White with #AF004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF004D; }
p { color: rgb(175,0,77); }
H1.HeaderClassName
{
color: #AF004D;
}
.AnyTagClassName
{
color: #AF004D;
}
</style>
background-color css
<style>
a { background-color: #AF004D; }
a { background-color: rgb(175,0,77); }
div.DivClassName
{
background-color: #AF004D;
}
.BgClassName
{
background-color: #AF004D;
}
</style>
border-color css
<style>
span { border-color: #AF004D; }
span { border-color: rgb(175,0,77); }
td.TdClassName
{
border-color: #AF004D;
}
.TagClassName
{
border-color: #AF004D;
}
</style>