Shades of Jazzberry Jam #AF075D
Tints of Jazzberry Jam #AF075D
RGB
CMYK
RGB Variations
Color information
#AF075D (or 0xAF075D) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 5D. RGB value is (175,7,93). Sum of RGB (Red+Green+Blue) = 175+7+93=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF075D is #50F8A2. Grayscale: #424242. Windows color (decimal): -5306531 or 6096815. OLE color: 6096815.
HSL color Cylindrical-coordinate representation of color #AF075D: hue angle of 329.29º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF075D is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 93 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.31 |
| HSL | 329.29º | 0.92% | 0.36% | - |
| HSV(B) | 329.29º | 0.96% | 0.69% | - |
| XYZ | 19.73 | 10.06 | 11.26 | - |
| YUV | 67.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 93 | 0 | 0.96 | 0.47 | 0.31 | 329.29 | 0.92 | 0.36 |
| Hex | AF | 7 | 5D | 0 | 60 | 2F | 1F | 149 | 5C | 24 |
| Octal | 257 | 7 | 135 | 0 | 140 | 57 | 37 | 511 | 134 | 44 |
| Binary | 10101111 | 111 | 1011101 | 0 | 1100000 | 101111 | 11111 | 101001001 | 1011100 | 100100 |
Color Harmonies of #AF075D
Complementary color
Monochromatic Colors of #AF075D
Black with #AF075D
Text Example
Text Example
White with #AF075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF075D; }
p { color: rgb(175,7,93); }
H1.HeaderClassName
{
color: #AF075D;
}
.AnyTagClassName
{
color: #AF075D;
}
</style>
background-color css
<style>
a { background-color: #AF075D; }
a { background-color: rgb(175,7,93); }
div.DivClassName
{
background-color: #AF075D;
}
.BgClassName
{
background-color: #AF075D;
}
</style>
border-color css
<style>
span { border-color: #AF075D; }
span { border-color: rgb(175,7,93); }
td.TdClassName
{
border-color: #AF075D;
}
.TagClassName
{
border-color: #AF075D;
}
</style>