Shades of Jazzberry Jam #AF2065
Tints of Jazzberry Jam #AF2065
RGB
CMYK
RGB Variations
Color information
#AF2065 (or 0xAF2065) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 65. RGB value is (175,32,101). Sum of RGB (Red+Green+Blue) = 175+32+101=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2065 is #50DF9A. Grayscale: #525252. Windows color (decimal): -5300123 or 6627503. OLE color: 6627503.
HSL color Cylindrical-coordinate representation of color #AF2065: hue angle of 331.05º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2065 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 101 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.31 |
| HSL | 331.05º | 0.69% | 0.41% | - |
| HSV(B) | 331.05º | 0.82% | 0.69% | - |
| XYZ | 20.54 | 11.09 | 13.37 | - |
| YUV | 82.62 | 138.38 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 101 | 0 | 0.82 | 0.42 | 0.31 | 331.05 | 0.69 | 0.41 |
| Hex | AF | 20 | 65 | 0 | 52 | 2A | 1F | 14B | 45 | 29 |
| Octal | 257 | 40 | 145 | 0 | 122 | 52 | 37 | 513 | 105 | 51 |
| Binary | 10101111 | 100000 | 1100101 | 0 | 1010010 | 101010 | 11111 | 101001011 | 1000101 | 101001 |
Color Harmonies of #AF2065
Complementary color
Monochromatic Colors of #AF2065
Black with #AF2065
Text Example
Text Example
White with #AF2065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2065; }
p { color: rgb(175,32,101); }
H1.HeaderClassName
{
color: #AF2065;
}
.AnyTagClassName
{
color: #AF2065;
}
</style>
background-color css
<style>
a { background-color: #AF2065; }
a { background-color: rgb(175,32,101); }
div.DivClassName
{
background-color: #AF2065;
}
.BgClassName
{
background-color: #AF2065;
}
</style>
border-color css
<style>
span { border-color: #AF2065; }
span { border-color: rgb(175,32,101); }
td.TdClassName
{
border-color: #AF2065;
}
.TagClassName
{
border-color: #AF2065;
}
</style>