Shades of Jazzberry Jam #AF0465
Tints of Jazzberry Jam #AF0465
RGB
CMYK
RGB Variations
Color information
#AF0465 (or 0xAF0465) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 65. RGB value is (175,4,101). Sum of RGB (Red+Green+Blue) = 175+4+101=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0465 is #50FB9A. Grayscale: #414141. Windows color (decimal): -5307291 or 6620335. OLE color: 6620335.
HSL color Cylindrical-coordinate representation of color #AF0465: hue angle of 325.96º 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 #AF0465 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.31 |
| HSL | 325.96º | 0.96% | 0.35% | - |
| HSV(B) | 325.96º | 0.98% | 0.69% | - |
| XYZ | 20.07 | 10.14 | 13.21 | - |
| YUV | 66.19 | 147.65 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 101 | 0 | 0.98 | 0.42 | 0.31 | 325.96 | 0.96 | 0.35 |
| Hex | AF | 4 | 65 | 0 | 62 | 2A | 1F | 146 | 60 | 23 |
| Octal | 257 | 4 | 145 | 0 | 142 | 52 | 37 | 506 | 140 | 43 |
| Binary | 10101111 | 100 | 1100101 | 0 | 1100010 | 101010 | 11111 | 101000110 | 1100000 | 100011 |
Color Harmonies of #AF0465
Complementary color
Monochromatic Colors of #AF0465
Black with #AF0465
Text Example
Text Example
White with #AF0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0465; }
p { color: rgb(175,4,101); }
H1.HeaderClassName
{
color: #AF0465;
}
.AnyTagClassName
{
color: #AF0465;
}
</style>
background-color css
<style>
a { background-color: #AF0465; }
a { background-color: rgb(175,4,101); }
div.DivClassName
{
background-color: #AF0465;
}
.BgClassName
{
background-color: #AF0465;
}
</style>
border-color css
<style>
span { border-color: #AF0465; }
span { border-color: rgb(175,4,101); }
td.TdClassName
{
border-color: #AF0465;
}
.TagClassName
{
border-color: #AF0465;
}
</style>