Shades of Jazzberry Jam #AF045A
Tints of Jazzberry Jam #AF045A
RGB
CMYK
RGB Variations
Color information
#AF045A (or 0xAF045A) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 5A. RGB value is (175,4,90). Sum of RGB (Red+Green+Blue) = 175+4+90=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF045A is #50FBA5. Grayscale: #404040. Windows color (decimal): -5307302 or 5899439. OLE color: 5899439.
HSL color Cylindrical-coordinate representation of color #AF045A: hue angle of 329.82º 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 #AF045A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.31 |
| HSL | 329.82º | 0.96% | 0.35% | - |
| HSV(B) | 329.82º | 0.98% | 0.69% | - |
| XYZ | 19.57 | 9.94 | 10.56 | - |
| YUV | 64.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 90 | 0 | 0.98 | 0.49 | 0.31 | 329.82 | 0.96 | 0.35 |
| Hex | AF | 4 | 5A | 0 | 62 | 31 | 1F | 14A | 60 | 23 |
| Octal | 257 | 4 | 132 | 0 | 142 | 61 | 37 | 512 | 140 | 43 |
| Binary | 10101111 | 100 | 1011010 | 0 | 1100010 | 110001 | 11111 | 101001010 | 1100000 | 100011 |
Color Harmonies of #AF045A
Complementary color
Monochromatic Colors of #AF045A
Black with #AF045A
Text Example
Text Example
White with #AF045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF045A; }
p { color: rgb(175,4,90); }
H1.HeaderClassName
{
color: #AF045A;
}
.AnyTagClassName
{
color: #AF045A;
}
</style>
background-color css
<style>
a { background-color: #AF045A; }
a { background-color: rgb(175,4,90); }
div.DivClassName
{
background-color: #AF045A;
}
.BgClassName
{
background-color: #AF045A;
}
</style>
border-color css
<style>
span { border-color: #AF045A; }
span { border-color: rgb(175,4,90); }
td.TdClassName
{
border-color: #AF045A;
}
.TagClassName
{
border-color: #AF045A;
}
</style>