Shades of Jazzberry Jam #AF0A4B
Tints of Jazzberry Jam #AF0A4B
RGB
CMYK
RGB Variations
Color information
#AF0A4B (or 0xAF0A4B) is known color: Jazzberry Jam. HEX triplet: AF, 0A and 4B. RGB value is (175,10,75). Sum of RGB (Red+Green+Blue) = 175+10+75=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0A4B is #50F5B4. Grayscale: #424242. Windows color (decimal): -5305781 or 4917935. OLE color: 4917935.
HSL color Cylindrical-coordinate representation of color #AF0A4B: hue angle of 336.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0A4B is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 75 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.31 |
| HSL | 336.36º | 0.89% | 0.36% | - |
| HSV(B) | 336.36º | 0.94% | 0.69% | - |
| XYZ | 19.06 | 9.84 | 7.55 | - |
| YUV | 66.75 | 132.66 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 75 | 0 | 0.94 | 0.57 | 0.31 | 336.36 | 0.89 | 0.36 |
| Hex | AF | A | 4B | 0 | 5E | 39 | 1F | 150 | 59 | 24 |
| Octal | 257 | 12 | 113 | 0 | 136 | 71 | 37 | 520 | 131 | 44 |
| Binary | 10101111 | 1010 | 1001011 | 0 | 1011110 | 111001 | 11111 | 101010000 | 1011001 | 100100 |
Color Harmonies of #AF0A4B
Complementary color
Monochromatic Colors of #AF0A4B
Black with #AF0A4B
Text Example
Text Example
White with #AF0A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A4B; }
p { color: rgb(175,10,75); }
H1.HeaderClassName
{
color: #AF0A4B;
}
.AnyTagClassName
{
color: #AF0A4B;
}
</style>
background-color css
<style>
a { background-color: #AF0A4B; }
a { background-color: rgb(175,10,75); }
div.DivClassName
{
background-color: #AF0A4B;
}
.BgClassName
{
background-color: #AF0A4B;
}
</style>
border-color css
<style>
span { border-color: #AF0A4B; }
span { border-color: rgb(175,10,75); }
td.TdClassName
{
border-color: #AF0A4B;
}
.TagClassName
{
border-color: #AF0A4B;
}
</style>