Shades of Jazzberry Jam #AF0267
Tints of Jazzberry Jam #AF0267
RGB
CMYK
RGB Variations
Color information
#AF0267 (or 0xAF0267) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 67. RGB value is (175,2,103). Sum of RGB (Red+Green+Blue) = 175+2+103=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0267 is #50FD98. Grayscale: #414141. Windows color (decimal): -5307801 or 6750895. OLE color: 6750895.
HSL color Cylindrical-coordinate representation of color #AF0267: hue angle of 324.97º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0267 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.31 |
| HSL | 324.97º | 0.98% | 0.35% | - |
| HSV(B) | 324.97º | 0.99% | 0.69% | - |
| XYZ | 20.15 | 10.14 | 13.73 | - |
| YUV | 65.24 | 149.31 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 103 | 0 | 0.99 | 0.41 | 0.31 | 324.97 | 0.98 | 0.35 |
| Hex | AF | 2 | 67 | 0 | 63 | 29 | 1F | 145 | 62 | 23 |
| Octal | 257 | 2 | 147 | 0 | 143 | 51 | 37 | 505 | 142 | 43 |
| Binary | 10101111 | 10 | 1100111 | 0 | 1100011 | 101001 | 11111 | 101000101 | 1100010 | 100011 |
Color Harmonies of #AF0267
Complementary color
Monochromatic Colors of #AF0267
Black with #AF0267
Text Example
Text Example
White with #AF0267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0267; }
p { color: rgb(175,2,103); }
H1.HeaderClassName
{
color: #AF0267;
}
.AnyTagClassName
{
color: #AF0267;
}
</style>
background-color css
<style>
a { background-color: #AF0267; }
a { background-color: rgb(175,2,103); }
div.DivClassName
{
background-color: #AF0267;
}
.BgClassName
{
background-color: #AF0267;
}
</style>
border-color css
<style>
span { border-color: #AF0267; }
span { border-color: rgb(175,2,103); }
td.TdClassName
{
border-color: #AF0267;
}
.TagClassName
{
border-color: #AF0267;
}
</style>