Shades of Jazzberry Jam #AF045B
Tints of Jazzberry Jam #AF045B
RGB
CMYK
RGB Variations
Color information
#AF045B (or 0xAF045B) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 5B. RGB value is (175,4,91). Sum of RGB (Red+Green+Blue) = 175+4+91=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF045B is #50FBA4. Grayscale: #404040. Windows color (decimal): -5307301 or 5964975. OLE color: 5964975.
HSL color Cylindrical-coordinate representation of color #AF045B: hue angle of 329.47º degrees, saturation: 0.96, 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 #AF045B is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.31 |
| HSL | 329.47º | 0.96% | 0.35% | - |
| HSV(B) | 329.47º | 0.98% | 0.69% | - |
| XYZ | 19.61 | 9.96 | 10.79 | - |
| YUV | 65.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 91 | 0 | 0.98 | 0.48 | 0.31 | 329.47 | 0.96 | 0.35 |
| Hex | AF | 4 | 5B | 0 | 62 | 30 | 1F | 149 | 60 | 23 |
| Octal | 257 | 4 | 133 | 0 | 142 | 60 | 37 | 511 | 140 | 43 |
| Binary | 10101111 | 100 | 1011011 | 0 | 1100010 | 110000 | 11111 | 101001001 | 1100000 | 100011 |
Color Harmonies of #AF045B
Complementary color
Monochromatic Colors of #AF045B
Black with #AF045B
Text Example
Text Example
White with #AF045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF045B; }
p { color: rgb(175,4,91); }
H1.HeaderClassName
{
color: #AF045B;
}
.AnyTagClassName
{
color: #AF045B;
}
</style>
background-color css
<style>
a { background-color: #AF045B; }
a { background-color: rgb(175,4,91); }
div.DivClassName
{
background-color: #AF045B;
}
.BgClassName
{
background-color: #AF045B;
}
</style>
border-color css
<style>
span { border-color: #AF045B; }
span { border-color: rgb(175,4,91); }
td.TdClassName
{
border-color: #AF045B;
}
.TagClassName
{
border-color: #AF045B;
}
</style>