Shades of Jazzberry Jam #AF0667
Tints of Jazzberry Jam #AF0667
RGB
CMYK
RGB Variations
Color information
#AF0667 (or 0xAF0667) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 67. RGB value is (175,6,103). Sum of RGB (Red+Green+Blue) = 175+6+103=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0667 is #50F998. Grayscale: #434343. Windows color (decimal): -5306777 or 6751919. OLE color: 6751919.
HSL color Cylindrical-coordinate representation of color #AF0667: hue angle of 325.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0667 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 103 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.31 |
| HSL | 325.56º | 0.93% | 0.35% | - |
| HSV(B) | 325.56º | 0.97% | 0.69% | - |
| XYZ | 20.19 | 10.22 | 13.74 | - |
| YUV | 67.59 | 147.99 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 103 | 0 | 0.97 | 0.41 | 0.31 | 325.56 | 0.93 | 0.35 |
| Hex | AF | 6 | 67 | 0 | 61 | 29 | 1F | 146 | 5D | 23 |
| Octal | 257 | 6 | 147 | 0 | 141 | 51 | 37 | 506 | 135 | 43 |
| Binary | 10101111 | 110 | 1100111 | 0 | 1100001 | 101001 | 11111 | 101000110 | 1011101 | 100011 |
Color Harmonies of #AF0667
Complementary color
Monochromatic Colors of #AF0667
Black with #AF0667
Text Example
Text Example
White with #AF0667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0667; }
p { color: rgb(175,6,103); }
H1.HeaderClassName
{
color: #AF0667;
}
.AnyTagClassName
{
color: #AF0667;
}
</style>
background-color css
<style>
a { background-color: #AF0667; }
a { background-color: rgb(175,6,103); }
div.DivClassName
{
background-color: #AF0667;
}
.BgClassName
{
background-color: #AF0667;
}
</style>
border-color css
<style>
span { border-color: #AF0667; }
span { border-color: rgb(175,6,103); }
td.TdClassName
{
border-color: #AF0667;
}
.TagClassName
{
border-color: #AF0667;
}
</style>