Shades of Jazzberry Jam #AF0367
Tints of Jazzberry Jam #AF0367
RGB
CMYK
RGB Variations
Color information
#AF0367 (or 0xAF0367) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 67. RGB value is (175,3,103). Sum of RGB (Red+Green+Blue) = 175+3+103=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0367 is #50FC98. Grayscale: #414141. Windows color (decimal): -5307545 or 6751151. OLE color: 6751151.
HSL color Cylindrical-coordinate representation of color #AF0367: hue angle of 325.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0367 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.31 |
| HSL | 325.12º | 0.97% | 0.35% | - |
| HSV(B) | 325.12º | 0.98% | 0.69% | - |
| XYZ | 20.16 | 10.16 | 13.73 | - |
| YUV | 65.83 | 148.98 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 103 | 0 | 0.98 | 0.41 | 0.31 | 325.12 | 0.97 | 0.35 |
| Hex | AF | 3 | 67 | 0 | 62 | 29 | 1F | 145 | 61 | 23 |
| Octal | 257 | 3 | 147 | 0 | 142 | 51 | 37 | 505 | 141 | 43 |
| Binary | 10101111 | 11 | 1100111 | 0 | 1100010 | 101001 | 11111 | 101000101 | 1100001 | 100011 |
Color Harmonies of #AF0367
Complementary color
Monochromatic Colors of #AF0367
Black with #AF0367
Text Example
Text Example
White with #AF0367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0367; }
p { color: rgb(175,3,103); }
H1.HeaderClassName
{
color: #AF0367;
}
.AnyTagClassName
{
color: #AF0367;
}
</style>
background-color css
<style>
a { background-color: #AF0367; }
a { background-color: rgb(175,3,103); }
div.DivClassName
{
background-color: #AF0367;
}
.BgClassName
{
background-color: #AF0367;
}
</style>
border-color css
<style>
span { border-color: #AF0367; }
span { border-color: rgb(175,3,103); }
td.TdClassName
{
border-color: #AF0367;
}
.TagClassName
{
border-color: #AF0367;
}
</style>