Shades of Jazzberry Jam #AF1C6C
Tints of Jazzberry Jam #AF1C6C
RGB
CMYK
RGB Variations
Color information
#AF1C6C (or 0xAF1C6C) is known color: Jazzberry Jam. HEX triplet: AF, 1C and 6C. RGB value is (175,28,108). Sum of RGB (Red+Green+Blue) = 175+28+108=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1C6C is #50E393. Grayscale: #505050. Windows color (decimal): -5301140 or 7085231. OLE color: 7085231.
HSL color Cylindrical-coordinate representation of color #AF1C6C: hue angle of 327.35º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C6C is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 28 | 108 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.31 |
| HSL | 327.35º | 0.72% | 0.4% | - |
| HSV(B) | 327.35º | 0.84% | 0.69% | - |
| XYZ | 20.8 | 11.03 | 15.22 | - |
| YUV | 81.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 108 | 0 | 0.84 | 0.38 | 0.31 | 327.35 | 0.72 | 0.4 |
| Hex | AF | 1C | 6C | 0 | 54 | 26 | 1F | 147 | 48 | 28 |
| Octal | 257 | 34 | 154 | 0 | 124 | 46 | 37 | 507 | 110 | 50 |
| Binary | 10101111 | 11100 | 1101100 | 0 | 1010100 | 100110 | 11111 | 101000111 | 1001000 | 101000 |
Color Harmonies of #AF1C6C
Complementary color
Monochromatic Colors of #AF1C6C
Black with #AF1C6C
Text Example
Text Example
White with #AF1C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1C6C; }
p { color: rgb(175,28,108); }
H1.HeaderClassName
{
color: #AF1C6C;
}
.AnyTagClassName
{
color: #AF1C6C;
}
</style>
background-color css
<style>
a { background-color: #AF1C6C; }
a { background-color: rgb(175,28,108); }
div.DivClassName
{
background-color: #AF1C6C;
}
.BgClassName
{
background-color: #AF1C6C;
}
</style>
border-color css
<style>
span { border-color: #AF1C6C; }
span { border-color: rgb(175,28,108); }
td.TdClassName
{
border-color: #AF1C6C;
}
.TagClassName
{
border-color: #AF1C6C;
}
</style>