Shades of Jazzberry Jam #AF076D
Tints of Jazzberry Jam #AF076D
RGB
CMYK
RGB Variations
Color information
#AF076D (or 0xAF076D) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 6D. RGB value is (175,7,109). Sum of RGB (Red+Green+Blue) = 175+7+109=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF076D is #50F892. Grayscale: #444444. Windows color (decimal): -5306515 or 7145391. OLE color: 7145391.
HSL color Cylindrical-coordinate representation of color #AF076D: hue angle of 323.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF076D is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 109 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.31 |
| HSL | 323.57º | 0.92% | 0.36% | - |
| HSV(B) | 323.57º | 0.96% | 0.69% | - |
| XYZ | 20.52 | 10.37 | 15.39 | - |
| YUV | 68.86 | 150.66 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 109 | 0 | 0.96 | 0.38 | 0.31 | 323.57 | 0.92 | 0.36 |
| Hex | AF | 7 | 6D | 0 | 60 | 26 | 1F | 144 | 5C | 24 |
| Octal | 257 | 7 | 155 | 0 | 140 | 46 | 37 | 504 | 134 | 44 |
| Binary | 10101111 | 111 | 1101101 | 0 | 1100000 | 100110 | 11111 | 101000100 | 1011100 | 100100 |
Color Harmonies of #AF076D
Complementary color
Monochromatic Colors of #AF076D
Black with #AF076D
Text Example
Text Example
White with #AF076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF076D; }
p { color: rgb(175,7,109); }
H1.HeaderClassName
{
color: #AF076D;
}
.AnyTagClassName
{
color: #AF076D;
}
</style>
background-color css
<style>
a { background-color: #AF076D; }
a { background-color: rgb(175,7,109); }
div.DivClassName
{
background-color: #AF076D;
}
.BgClassName
{
background-color: #AF076D;
}
</style>
border-color css
<style>
span { border-color: #AF076D; }
span { border-color: rgb(175,7,109); }
td.TdClassName
{
border-color: #AF076D;
}
.TagClassName
{
border-color: #AF076D;
}
</style>