Shades of Jazzberry Jam #AF006C
Tints of Jazzberry Jam #AF006C
RGB
CMYK
RGB Variations
Color information
#AF006C (or 0xAF006C) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 6C. RGB value is (175,0,108). Sum of RGB (Red+Green+Blue) = 175+0+108=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF006C is #50FF93. Grayscale: #404040. Windows color (decimal): -5308308 or 7078063. OLE color: 7078063.
HSL color Cylindrical-coordinate representation of color #AF006C: hue angle of 322.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF006C is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.38 | 0.31 |
| HSL | 322.97º | 1% | 0.34% | - |
| HSV(B) | 322.97º | 1% | 0.69% | - |
| XYZ | 20.39 | 10.2 | 15.08 | - |
| YUV | 64.64 | 152.48 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 108 | 0 | 1 | 0.38 | 0.31 | 322.97 | 1 | 0.34 |
| Hex | AF | 0 | 6C | 0 | 64 | 26 | 1F | 143 | 64 | 22 |
| Octal | 257 | 0 | 154 | 0 | 144 | 46 | 37 | 503 | 144 | 42 |
| Binary | 10101111 | 0 | 1101100 | 0 | 1100100 | 100110 | 11111 | 101000011 | 1100100 | 100010 |
Color Harmonies of #AF006C
Complementary color
Monochromatic Colors of #AF006C
Black with #AF006C
Text Example
Text Example
White with #AF006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF006C; }
p { color: rgb(175,0,108); }
H1.HeaderClassName
{
color: #AF006C;
}
.AnyTagClassName
{
color: #AF006C;
}
</style>
background-color css
<style>
a { background-color: #AF006C; }
a { background-color: rgb(175,0,108); }
div.DivClassName
{
background-color: #AF006C;
}
.BgClassName
{
background-color: #AF006C;
}
</style>
border-color css
<style>
span { border-color: #AF006C; }
span { border-color: rgb(175,0,108); }
td.TdClassName
{
border-color: #AF006C;
}
.TagClassName
{
border-color: #AF006C;
}
</style>