Shades of Jazzberry Jam #AF0253
Tints of Jazzberry Jam #AF0253
RGB
CMYK
RGB Variations
Color information
#AF0253 (or 0xAF0253) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 53. RGB value is (175,2,83). Sum of RGB (Red+Green+Blue) = 175+2+83=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0253 is #50FDAC. Grayscale: #3E3E3E. Windows color (decimal): -5307821 or 5440175. OLE color: 5440175.
HSL color Cylindrical-coordinate representation of color #AF0253: hue angle of 331.91º 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 #AF0253 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.31 |
| HSL | 331.91º | 0.98% | 0.35% | - |
| HSV(B) | 331.91º | 0.99% | 0.69% | - |
| XYZ | 19.26 | 9.78 | 9.06 | - |
| YUV | 62.96 | 139.31 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 83 | 0 | 0.99 | 0.53 | 0.31 | 331.91 | 0.98 | 0.35 |
| Hex | AF | 2 | 53 | 0 | 63 | 35 | 1F | 14C | 62 | 23 |
| Octal | 257 | 2 | 123 | 0 | 143 | 65 | 37 | 514 | 142 | 43 |
| Binary | 10101111 | 10 | 1010011 | 0 | 1100011 | 110101 | 11111 | 101001100 | 1100010 | 100011 |
Color Harmonies of #AF0253
Complementary color
Monochromatic Colors of #AF0253
Black with #AF0253
Text Example
Text Example
White with #AF0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0253; }
p { color: rgb(175,2,83); }
H1.HeaderClassName
{
color: #AF0253;
}
.AnyTagClassName
{
color: #AF0253;
}
</style>
background-color css
<style>
a { background-color: #AF0253; }
a { background-color: rgb(175,2,83); }
div.DivClassName
{
background-color: #AF0253;
}
.BgClassName
{
background-color: #AF0253;
}
</style>
border-color css
<style>
span { border-color: #AF0253; }
span { border-color: rgb(175,2,83); }
td.TdClassName
{
border-color: #AF0253;
}
.TagClassName
{
border-color: #AF0253;
}
</style>