Shades of Jazzberry Jam #AF0765
Tints of Jazzberry Jam #AF0765
RGB
CMYK
RGB Variations
Color information
#AF0765 (or 0xAF0765) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 65. RGB value is (175,7,101). Sum of RGB (Red+Green+Blue) = 175+7+101=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0765 is #50F89A. Grayscale: #434343. Windows color (decimal): -5306523 or 6621103. OLE color: 6621103.
HSL color Cylindrical-coordinate representation of color #AF0765: hue angle of 326.43º 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 #AF0765 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 101 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.31 |
| HSL | 326.43º | 0.92% | 0.36% | - |
| HSV(B) | 326.43º | 0.96% | 0.69% | - |
| XYZ | 20.1 | 10.21 | 13.22 | - |
| YUV | 67.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 101 | 0 | 0.96 | 0.42 | 0.31 | 326.43 | 0.92 | 0.36 |
| Hex | AF | 7 | 65 | 0 | 60 | 2A | 1F | 146 | 5C | 24 |
| Octal | 257 | 7 | 145 | 0 | 140 | 52 | 37 | 506 | 134 | 44 |
| Binary | 10101111 | 111 | 1100101 | 0 | 1100000 | 101010 | 11111 | 101000110 | 1011100 | 100100 |
Color Harmonies of #AF0765
Complementary color
Monochromatic Colors of #AF0765
Black with #AF0765
Text Example
Text Example
White with #AF0765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0765; }
p { color: rgb(175,7,101); }
H1.HeaderClassName
{
color: #AF0765;
}
.AnyTagClassName
{
color: #AF0765;
}
</style>
background-color css
<style>
a { background-color: #AF0765; }
a { background-color: rgb(175,7,101); }
div.DivClassName
{
background-color: #AF0765;
}
.BgClassName
{
background-color: #AF0765;
}
</style>
border-color css
<style>
span { border-color: #AF0765; }
span { border-color: rgb(175,7,101); }
td.TdClassName
{
border-color: #AF0765;
}
.TagClassName
{
border-color: #AF0765;
}
</style>