Shades of Jazzberry Jam #AF0467
Tints of Jazzberry Jam #AF0467
RGB
CMYK
RGB Variations
Color information
#AF0467 (or 0xAF0467) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 67. RGB value is (175,4,103). Sum of RGB (Red+Green+Blue) = 175+4+103=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0467 is #50FB98. Grayscale: #424242. Windows color (decimal): -5307289 or 6751407. OLE color: 6751407.
HSL color Cylindrical-coordinate representation of color #AF0467: hue angle of 325.26º degrees, saturation: 0.96, 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 #AF0467 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.31 |
| HSL | 325.26º | 0.96% | 0.35% | - |
| HSV(B) | 325.26º | 0.98% | 0.69% | - |
| XYZ | 20.17 | 10.18 | 13.73 | - |
| YUV | 66.42 | 148.65 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 103 | 0 | 0.98 | 0.41 | 0.31 | 325.26 | 0.96 | 0.35 |
| Hex | AF | 4 | 67 | 0 | 62 | 29 | 1F | 145 | 60 | 23 |
| Octal | 257 | 4 | 147 | 0 | 142 | 51 | 37 | 505 | 140 | 43 |
| Binary | 10101111 | 100 | 1100111 | 0 | 1100010 | 101001 | 11111 | 101000101 | 1100000 | 100011 |
Color Harmonies of #AF0467
Complementary color
Monochromatic Colors of #AF0467
Black with #AF0467
Text Example
Text Example
White with #AF0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0467; }
p { color: rgb(175,4,103); }
H1.HeaderClassName
{
color: #AF0467;
}
.AnyTagClassName
{
color: #AF0467;
}
</style>
background-color css
<style>
a { background-color: #AF0467; }
a { background-color: rgb(175,4,103); }
div.DivClassName
{
background-color: #AF0467;
}
.BgClassName
{
background-color: #AF0467;
}
</style>
border-color css
<style>
span { border-color: #AF0467; }
span { border-color: rgb(175,4,103); }
td.TdClassName
{
border-color: #AF0467;
}
.TagClassName
{
border-color: #AF0467;
}
</style>