Shades of Jazzberry Jam #AF0355
Tints of Jazzberry Jam #AF0355
RGB
CMYK
RGB Variations
Color information
#AF0355 (or 0xAF0355) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 55. RGB value is (175,3,85). Sum of RGB (Red+Green+Blue) = 175+3+85=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0355 is #50FCAA. Grayscale: #3F3F3F. Windows color (decimal): -5307563 or 5571503. OLE color: 5571503.
HSL color Cylindrical-coordinate representation of color #AF0355: hue angle of 331.4º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0355 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 85 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.31 |
| HSL | 331.4º | 0.97% | 0.35% | - |
| HSV(B) | 331.4º | 0.98% | 0.69% | - |
| XYZ | 19.35 | 9.83 | 9.47 | - |
| YUV | 63.78 | 139.98 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 85 | 0 | 0.98 | 0.51 | 0.31 | 331.4 | 0.97 | 0.35 |
| Hex | AF | 3 | 55 | 0 | 62 | 33 | 1F | 14B | 61 | 23 |
| Octal | 257 | 3 | 125 | 0 | 142 | 63 | 37 | 513 | 141 | 43 |
| Binary | 10101111 | 11 | 1010101 | 0 | 1100010 | 110011 | 11111 | 101001011 | 1100001 | 100011 |
Color Harmonies of #AF0355
Complementary color
Monochromatic Colors of #AF0355
Black with #AF0355
Text Example
Text Example
White with #AF0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0355; }
p { color: rgb(175,3,85); }
H1.HeaderClassName
{
color: #AF0355;
}
.AnyTagClassName
{
color: #AF0355;
}
</style>
background-color css
<style>
a { background-color: #AF0355; }
a { background-color: rgb(175,3,85); }
div.DivClassName
{
background-color: #AF0355;
}
.BgClassName
{
background-color: #AF0355;
}
</style>
border-color css
<style>
span { border-color: #AF0355; }
span { border-color: rgb(175,3,85); }
td.TdClassName
{
border-color: #AF0355;
}
.TagClassName
{
border-color: #AF0355;
}
</style>