Shades of Jazzberry Jam #AF016C
Tints of Jazzberry Jam #AF016C
RGB
CMYK
RGB Variations
Color information
#AF016C (or 0xAF016C) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 6C. RGB value is (175,1,108). Sum of RGB (Red+Green+Blue) = 175+1+108=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF016C is #50FE93. Grayscale: #404040. Windows color (decimal): -5308052 or 7078319. OLE color: 7078319.
HSL color Cylindrical-coordinate representation of color #AF016C: hue angle of 323.1º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF016C is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.31 |
| HSL | 323.1º | 0.99% | 0.35% | - |
| HSV(B) | 323.1º | 0.99% | 0.69% | - |
| XYZ | 20.4 | 10.22 | 15.08 | - |
| YUV | 65.22 | 152.15 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 108 | 0 | 0.99 | 0.38 | 0.31 | 323.1 | 0.99 | 0.35 |
| Hex | AF | 1 | 6C | 0 | 63 | 26 | 1F | 143 | 63 | 23 |
| Octal | 257 | 1 | 154 | 0 | 143 | 46 | 37 | 503 | 143 | 43 |
| Binary | 10101111 | 1 | 1101100 | 0 | 1100011 | 100110 | 11111 | 101000011 | 1100011 | 100011 |
Color Harmonies of #AF016C
Complementary color
Monochromatic Colors of #AF016C
Black with #AF016C
Text Example
Text Example
White with #AF016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF016C; }
p { color: rgb(175,1,108); }
H1.HeaderClassName
{
color: #AF016C;
}
.AnyTagClassName
{
color: #AF016C;
}
</style>
background-color css
<style>
a { background-color: #AF016C; }
a { background-color: rgb(175,1,108); }
div.DivClassName
{
background-color: #AF016C;
}
.BgClassName
{
background-color: #AF016C;
}
</style>
border-color css
<style>
span { border-color: #AF016C; }
span { border-color: rgb(175,1,108); }
td.TdClassName
{
border-color: #AF016C;
}
.TagClassName
{
border-color: #AF016C;
}
</style>