Shades of Jazzberry Jam #AF1D6A
Tints of Jazzberry Jam #AF1D6A
RGB
CMYK
RGB Variations
Color information
#AF1D6A (or 0xAF1D6A) is known color: Jazzberry Jam. HEX triplet: AF, 1D and 6A. RGB value is (175,29,106). Sum of RGB (Red+Green+Blue) = 175+29+106=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1D6A is #50E295. Grayscale: #515151. Windows color (decimal): -5300886 or 6954415. OLE color: 6954415.
HSL color Cylindrical-coordinate representation of color #AF1D6A: hue angle of 328.36º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1D6A is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 106 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.31 |
| HSL | 328.36º | 0.72% | 0.4% | - |
| HSV(B) | 328.36º | 0.83% | 0.69% | - |
| XYZ | 20.72 | 11.03 | 14.67 | - |
| YUV | 81.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 106 | 0 | 0.83 | 0.39 | 0.31 | 328.36 | 0.72 | 0.4 |
| Hex | AF | 1D | 6A | 0 | 53 | 27 | 1F | 148 | 48 | 28 |
| Octal | 257 | 35 | 152 | 0 | 123 | 47 | 37 | 510 | 110 | 50 |
| Binary | 10101111 | 11101 | 1101010 | 0 | 1010011 | 100111 | 11111 | 101001000 | 1001000 | 101000 |
Color Harmonies of #AF1D6A
Complementary color
Monochromatic Colors of #AF1D6A
Black with #AF1D6A
Text Example
Text Example
White with #AF1D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D6A; }
p { color: rgb(175,29,106); }
H1.HeaderClassName
{
color: #AF1D6A;
}
.AnyTagClassName
{
color: #AF1D6A;
}
</style>
background-color css
<style>
a { background-color: #AF1D6A; }
a { background-color: rgb(175,29,106); }
div.DivClassName
{
background-color: #AF1D6A;
}
.BgClassName
{
background-color: #AF1D6A;
}
</style>
border-color css
<style>
span { border-color: #AF1D6A; }
span { border-color: rgb(175,29,106); }
td.TdClassName
{
border-color: #AF1D6A;
}
.TagClassName
{
border-color: #AF1D6A;
}
</style>