Shades of Jazzberry Jam #AF004B
Tints of Jazzberry Jam #AF004B
RGB
CMYK
RGB Variations
Color information
#AF004B (or 0xAF004B) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 4B. RGB value is (175,0,75). Sum of RGB (Red+Green+Blue) = 175+0+75=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF004B is #50FFB4. Grayscale: #3C3C3C. Windows color (decimal): -5308341 or 4915375. OLE color: 4915375.
HSL color Cylindrical-coordinate representation of color #AF004B: hue angle of 334.29º 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 #AF004B is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.57 | 0.31 |
| HSL | 334.29º | 1% | 0.34% | - |
| HSV(B) | 334.29º | 1% | 0.69% | - |
| XYZ | 18.95 | 9.62 | 7.52 | - |
| YUV | 60.88 | 135.98 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 75 | 0 | 1 | 0.57 | 0.31 | 334.29 | 1 | 0.34 |
| Hex | AF | 0 | 4B | 0 | 64 | 39 | 1F | 14E | 64 | 22 |
| Octal | 257 | 0 | 113 | 0 | 144 | 71 | 37 | 516 | 144 | 42 |
| Binary | 10101111 | 0 | 1001011 | 0 | 1100100 | 111001 | 11111 | 101001110 | 1100100 | 100010 |
Color Harmonies of #AF004B
Complementary color
Monochromatic Colors of #AF004B
Black with #AF004B
Text Example
Text Example
White with #AF004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF004B; }
p { color: rgb(175,0,75); }
H1.HeaderClassName
{
color: #AF004B;
}
.AnyTagClassName
{
color: #AF004B;
}
</style>
background-color css
<style>
a { background-color: #AF004B; }
a { background-color: rgb(175,0,75); }
div.DivClassName
{
background-color: #AF004B;
}
.BgClassName
{
background-color: #AF004B;
}
</style>
border-color css
<style>
span { border-color: #AF004B; }
span { border-color: rgb(175,0,75); }
td.TdClassName
{
border-color: #AF004B;
}
.TagClassName
{
border-color: #AF004B;
}
</style>