Shades of Jazzberry Jam #AF0B5A
Tints of Jazzberry Jam #AF0B5A
RGB
CMYK
RGB Variations
Color information
#AF0B5A (or 0xAF0B5A) is known color: Jazzberry Jam. HEX triplet: AF, 0B and 5A. RGB value is (175,11,90). Sum of RGB (Red+Green+Blue) = 175+11+90=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B5A is #50F4A5. Grayscale: #444444. Windows color (decimal): -5305510 or 5901231. OLE color: 5901231.
HSL color Cylindrical-coordinate representation of color #AF0B5A: hue angle of 331.1º degrees, saturation: 0.88, 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 #AF0B5A is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 90 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.31 |
| HSL | 331.1º | 0.88% | 0.36% | - |
| HSV(B) | 331.1º | 0.94% | 0.69% | - |
| XYZ | 19.64 | 10.09 | 10.59 | - |
| YUV | 69.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 90 | 0 | 0.94 | 0.49 | 0.31 | 331.1 | 0.88 | 0.36 |
| Hex | AF | B | 5A | 0 | 5E | 31 | 1F | 14B | 58 | 24 |
| Octal | 257 | 13 | 132 | 0 | 136 | 61 | 37 | 513 | 130 | 44 |
| Binary | 10101111 | 1011 | 1011010 | 0 | 1011110 | 110001 | 11111 | 101001011 | 1011000 | 100100 |
Color Harmonies of #AF0B5A
Complementary color
Monochromatic Colors of #AF0B5A
Black with #AF0B5A
Text Example
Text Example
White with #AF0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B5A; }
p { color: rgb(175,11,90); }
H1.HeaderClassName
{
color: #AF0B5A;
}
.AnyTagClassName
{
color: #AF0B5A;
}
</style>
background-color css
<style>
a { background-color: #AF0B5A; }
a { background-color: rgb(175,11,90); }
div.DivClassName
{
background-color: #AF0B5A;
}
.BgClassName
{
background-color: #AF0B5A;
}
</style>
border-color css
<style>
span { border-color: #AF0B5A; }
span { border-color: rgb(175,11,90); }
td.TdClassName
{
border-color: #AF0B5A;
}
.TagClassName
{
border-color: #AF0B5A;
}
</style>