Shades of Jazzberry Jam #AF1A6C
Tints of Jazzberry Jam #AF1A6C
RGB
CMYK
RGB Variations
Color information
#AF1A6C (or 0xAF1A6C) is known color: Jazzberry Jam. HEX triplet: AF, 1A and 6C. RGB value is (175,26,108). Sum of RGB (Red+Green+Blue) = 175+26+108=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A6C is #50E593. Grayscale: #4F4F4F. Windows color (decimal): -5301652 or 7084719. OLE color: 7084719.
HSL color Cylindrical-coordinate representation of color #AF1A6C: hue angle of 326.98º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A6C is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 108 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.31 |
| HSL | 326.98º | 0.74% | 0.39% | - |
| HSV(B) | 326.98º | 0.85% | 0.69% | - |
| XYZ | 20.76 | 10.94 | 15.2 | - |
| YUV | 79.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 108 | 0 | 0.85 | 0.38 | 0.31 | 326.98 | 0.74 | 0.39 |
| Hex | AF | 1A | 6C | 0 | 55 | 26 | 1F | 147 | 4A | 27 |
| Octal | 257 | 32 | 154 | 0 | 125 | 46 | 37 | 507 | 112 | 47 |
| Binary | 10101111 | 11010 | 1101100 | 0 | 1010101 | 100110 | 11111 | 101000111 | 1001010 | 100111 |
Color Harmonies of #AF1A6C
Complementary color
Monochromatic Colors of #AF1A6C
Black with #AF1A6C
Text Example
Text Example
White with #AF1A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A6C; }
p { color: rgb(175,26,108); }
H1.HeaderClassName
{
color: #AF1A6C;
}
.AnyTagClassName
{
color: #AF1A6C;
}
</style>
background-color css
<style>
a { background-color: #AF1A6C; }
a { background-color: rgb(175,26,108); }
div.DivClassName
{
background-color: #AF1A6C;
}
.BgClassName
{
background-color: #AF1A6C;
}
</style>
border-color css
<style>
span { border-color: #AF1A6C; }
span { border-color: rgb(175,26,108); }
td.TdClassName
{
border-color: #AF1A6C;
}
.TagClassName
{
border-color: #AF1A6C;
}
</style>