Shades of Jazzberry Jam #AF074A
Tints of Jazzberry Jam #AF074A
RGB
CMYK
RGB Variations
Color information
#AF074A (or 0xAF074A) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 4A. RGB value is (175,7,74). Sum of RGB (Red+Green+Blue) = 175+7+74=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF074A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF074A is #50F8B5. Grayscale: #404040. Windows color (decimal): -5306550 or 4851631. OLE color: 4851631.
HSL color Cylindrical-coordinate representation of color #AF074A: hue angle of 336.07º 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 #AF074A is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 74 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.31 |
| HSL | 336.07º | 0.92% | 0.36% | - |
| HSV(B) | 336.07º | 0.96% | 0.69% | - |
| XYZ | 18.99 | 9.76 | 7.36 | - |
| YUV | 64.87 | 133.16 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 74 | 0 | 0.96 | 0.58 | 0.31 | 336.07 | 0.92 | 0.36 |
| Hex | AF | 7 | 4A | 0 | 60 | 3A | 1F | 150 | 5C | 24 |
| Octal | 257 | 7 | 112 | 0 | 140 | 72 | 37 | 520 | 134 | 44 |
| Binary | 10101111 | 111 | 1001010 | 0 | 1100000 | 111010 | 11111 | 101010000 | 1011100 | 100100 |
Color Harmonies of #AF074A
Complementary color
Monochromatic Colors of #AF074A
Black with #AF074A
Text Example
Text Example
White with #AF074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF074A; }
p { color: rgb(175,7,74); }
H1.HeaderClassName
{
color: #AF074A;
}
.AnyTagClassName
{
color: #AF074A;
}
</style>
background-color css
<style>
a { background-color: #AF074A; }
a { background-color: rgb(175,7,74); }
div.DivClassName
{
background-color: #AF074A;
}
.BgClassName
{
background-color: #AF074A;
}
</style>
border-color css
<style>
span { border-color: #AF074A; }
span { border-color: rgb(175,7,74); }
td.TdClassName
{
border-color: #AF074A;
}
.TagClassName
{
border-color: #AF074A;
}
</style>