Shades of Jazzberry Jam #AF205A
Tints of Jazzberry Jam #AF205A
RGB
CMYK
RGB Variations
Color information
#AF205A (or 0xAF205A) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 5A. RGB value is (175,32,90). Sum of RGB (Red+Green+Blue) = 175+32+90=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF205A is #50DFA5. Grayscale: #515151. Windows color (decimal): -5300134 or 5906607. OLE color: 5906607.
HSL color Cylindrical-coordinate representation of color #AF205A: hue angle of 335.66º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF205A is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 90 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.31 |
| HSL | 335.66º | 0.69% | 0.41% | - |
| HSV(B) | 335.66º | 0.82% | 0.69% | - |
| XYZ | 20.04 | 10.89 | 10.72 | - |
| YUV | 81.37 | 132.88 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 90 | 0 | 0.82 | 0.49 | 0.31 | 335.66 | 0.69 | 0.41 |
| Hex | AF | 20 | 5A | 0 | 52 | 31 | 1F | 150 | 45 | 29 |
| Octal | 257 | 40 | 132 | 0 | 122 | 61 | 37 | 520 | 105 | 51 |
| Binary | 10101111 | 100000 | 1011010 | 0 | 1010010 | 110001 | 11111 | 101010000 | 1000101 | 101001 |
Color Harmonies of #AF205A
Complementary color
Monochromatic Colors of #AF205A
Black with #AF205A
Text Example
Text Example
White with #AF205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF205A; }
p { color: rgb(175,32,90); }
H1.HeaderClassName
{
color: #AF205A;
}
.AnyTagClassName
{
color: #AF205A;
}
</style>
background-color css
<style>
a { background-color: #AF205A; }
a { background-color: rgb(175,32,90); }
div.DivClassName
{
background-color: #AF205A;
}
.BgClassName
{
background-color: #AF205A;
}
</style>
border-color css
<style>
span { border-color: #AF205A; }
span { border-color: rgb(175,32,90); }
td.TdClassName
{
border-color: #AF205A;
}
.TagClassName
{
border-color: #AF205A;
}
</style>