Shades of Jazzberry Jam #AF076E
Tints of Jazzberry Jam #AF076E
RGB
CMYK
RGB Variations
Color information
#AF076E (or 0xAF076E) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 6E. RGB value is (175,7,110). Sum of RGB (Red+Green+Blue) = 175+7+110=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF076E is #50F891. Grayscale: #444444. Windows color (decimal): -5306514 or 7210927. OLE color: 7210927.
HSL color Cylindrical-coordinate representation of color #AF076E: hue angle of 323.21º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF076E is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 110 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.31 |
| HSL | 323.21º | 0.92% | 0.36% | - |
| HSV(B) | 323.21º | 0.96% | 0.69% | - |
| XYZ | 20.57 | 10.39 | 15.67 | - |
| YUV | 68.97 | 151.16 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 110 | 0 | 0.96 | 0.37 | 0.31 | 323.21 | 0.92 | 0.36 |
| Hex | AF | 7 | 6E | 0 | 60 | 25 | 1F | 143 | 5C | 24 |
| Octal | 257 | 7 | 156 | 0 | 140 | 45 | 37 | 503 | 134 | 44 |
| Binary | 10101111 | 111 | 1101110 | 0 | 1100000 | 100101 | 11111 | 101000011 | 1011100 | 100100 |
Color Harmonies of #AF076E
Complementary color
Monochromatic Colors of #AF076E
Black with #AF076E
Text Example
Text Example
White with #AF076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF076E; }
p { color: rgb(175,7,110); }
H1.HeaderClassName
{
color: #AF076E;
}
.AnyTagClassName
{
color: #AF076E;
}
</style>
background-color css
<style>
a { background-color: #AF076E; }
a { background-color: rgb(175,7,110); }
div.DivClassName
{
background-color: #AF076E;
}
.BgClassName
{
background-color: #AF076E;
}
</style>
border-color css
<style>
span { border-color: #AF076E; }
span { border-color: rgb(175,7,110); }
td.TdClassName
{
border-color: #AF076E;
}
.TagClassName
{
border-color: #AF076E;
}
</style>