Shades of Jazzberry Jam #AF005F
Tints of Jazzberry Jam #AF005F
RGB
CMYK
RGB Variations
Color information
#AF005F (or 0xAF005F) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 5F. RGB value is (175,0,95). Sum of RGB (Red+Green+Blue) = 175+0+95=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF005F is #50FFA0. Grayscale: #3E3E3E. Windows color (decimal): -5308321 or 6226095. OLE color: 6226095.
HSL color Cylindrical-coordinate representation of color #AF005F: hue angle of 327.43º 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 #AF005F is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.46 | 0.31 |
| HSL | 327.43º | 1% | 0.34% | - |
| HSV(B) | 327.43º | 1% | 0.69% | - |
| XYZ | 19.74 | 9.94 | 11.7 | - |
| YUV | 63.16 | 145.98 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 95 | 0 | 1 | 0.46 | 0.31 | 327.43 | 1 | 0.34 |
| Hex | AF | 0 | 5F | 0 | 64 | 2E | 1F | 147 | 64 | 22 |
| Octal | 257 | 0 | 137 | 0 | 144 | 56 | 37 | 507 | 144 | 42 |
| Binary | 10101111 | 0 | 1011111 | 0 | 1100100 | 101110 | 11111 | 101000111 | 1100100 | 100010 |
Color Harmonies of #AF005F
Complementary color
Monochromatic Colors of #AF005F
Black with #AF005F
Text Example
Text Example
White with #AF005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF005F; }
p { color: rgb(175,0,95); }
H1.HeaderClassName
{
color: #AF005F;
}
.AnyTagClassName
{
color: #AF005F;
}
</style>
background-color css
<style>
a { background-color: #AF005F; }
a { background-color: rgb(175,0,95); }
div.DivClassName
{
background-color: #AF005F;
}
.BgClassName
{
background-color: #AF005F;
}
</style>
border-color css
<style>
span { border-color: #AF005F; }
span { border-color: rgb(175,0,95); }
td.TdClassName
{
border-color: #AF005F;
}
.TagClassName
{
border-color: #AF005F;
}
</style>