Shades of Jazzberry Jam #AF005C
Tints of Jazzberry Jam #AF005C
RGB
CMYK
RGB Variations
Color information
#AF005C (or 0xAF005C) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 5C. RGB value is (175,0,92). Sum of RGB (Red+Green+Blue) = 175+0+92=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF005C is #50FFA3. Grayscale: #3E3E3E. Windows color (decimal): -5308324 or 6029487. OLE color: 6029487.
HSL color Cylindrical-coordinate representation of color #AF005C: hue angle of 328.46º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF005C is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.47 | 0.31 |
| HSL | 328.46º | 1% | 0.34% | - |
| HSV(B) | 328.46º | 1% | 0.69% | - |
| XYZ | 19.61 | 9.89 | 11 | - |
| YUV | 62.81 | 144.48 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 92 | 0 | 1 | 0.47 | 0.31 | 328.46 | 1 | 0.34 |
| Hex | AF | 0 | 5C | 0 | 64 | 2F | 1F | 148 | 64 | 22 |
| Octal | 257 | 0 | 134 | 0 | 144 | 57 | 37 | 510 | 144 | 42 |
| Binary | 10101111 | 0 | 1011100 | 0 | 1100100 | 101111 | 11111 | 101001000 | 1100100 | 100010 |
Color Harmonies of #AF005C
Complementary color
Monochromatic Colors of #AF005C
Black with #AF005C
Text Example
Text Example
White with #AF005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF005C; }
p { color: rgb(175,0,92); }
H1.HeaderClassName
{
color: #AF005C;
}
.AnyTagClassName
{
color: #AF005C;
}
</style>
background-color css
<style>
a { background-color: #AF005C; }
a { background-color: rgb(175,0,92); }
div.DivClassName
{
background-color: #AF005C;
}
.BgClassName
{
background-color: #AF005C;
}
</style>
border-color css
<style>
span { border-color: #AF005C; }
span { border-color: rgb(175,0,92); }
td.TdClassName
{
border-color: #AF005C;
}
.TagClassName
{
border-color: #AF005C;
}
</style>