Shades of Jazzberry Jam #AF054C
Tints of Jazzberry Jam #AF054C
RGB
CMYK
RGB Variations
Color information
#AF054C (or 0xAF054C) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 4C. RGB value is (175,5,76). Sum of RGB (Red+Green+Blue) = 175+5+76=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF054C is #50FAB3. Grayscale: #3F3F3F. Windows color (decimal): -5307060 or 4982191. OLE color: 4982191.
HSL color Cylindrical-coordinate representation of color #AF054C: hue angle of 334.94º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF054C is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 76 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.31 |
| HSL | 334.94º | 0.94% | 0.35% | - |
| HSV(B) | 334.94º | 0.97% | 0.69% | - |
| XYZ | 19.04 | 9.74 | 7.71 | - |
| YUV | 63.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 76 | 0 | 0.97 | 0.57 | 0.31 | 334.94 | 0.94 | 0.35 |
| Hex | AF | 5 | 4C | 0 | 61 | 39 | 1F | 14F | 5E | 23 |
| Octal | 257 | 5 | 114 | 0 | 141 | 71 | 37 | 517 | 136 | 43 |
| Binary | 10101111 | 101 | 1001100 | 0 | 1100001 | 111001 | 11111 | 101001111 | 1011110 | 100011 |
Color Harmonies of #AF054C
Complementary color
Monochromatic Colors of #AF054C
Black with #AF054C
Text Example
Text Example
White with #AF054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF054C; }
p { color: rgb(175,5,76); }
H1.HeaderClassName
{
color: #AF054C;
}
.AnyTagClassName
{
color: #AF054C;
}
</style>
background-color css
<style>
a { background-color: #AF054C; }
a { background-color: rgb(175,5,76); }
div.DivClassName
{
background-color: #AF054C;
}
.BgClassName
{
background-color: #AF054C;
}
</style>
border-color css
<style>
span { border-color: #AF054C; }
span { border-color: rgb(175,5,76); }
td.TdClassName
{
border-color: #AF054C;
}
.TagClassName
{
border-color: #AF054C;
}
</style>