Shades of Jazzberry Jam #AF164E
Tints of Jazzberry Jam #AF164E
RGB
CMYK
RGB Variations
Color information
#AF164E (or 0xAF164E) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 4E. RGB value is (175,22,78). Sum of RGB (Red+Green+Blue) = 175+22+78=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF164E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF164E is #50E9B1. Grayscale: #4A4A4A. Windows color (decimal): -5302706 or 5117615. OLE color: 5117615.
HSL color Cylindrical-coordinate representation of color #AF164E: hue angle of 338.04º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF164E is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 78 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.31 |
| HSL | 338.04º | 0.78% | 0.39% | - |
| HSV(B) | 338.04º | 0.87% | 0.69% | - |
| XYZ | 19.34 | 10.24 | 8.16 | - |
| YUV | 74.13 | 130.19 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 78 | 0 | 0.87 | 0.55 | 0.31 | 338.04 | 0.78 | 0.39 |
| Hex | AF | 16 | 4E | 0 | 57 | 37 | 1F | 152 | 4E | 27 |
| Octal | 257 | 26 | 116 | 0 | 127 | 67 | 37 | 522 | 116 | 47 |
| Binary | 10101111 | 10110 | 1001110 | 0 | 1010111 | 110111 | 11111 | 101010010 | 1001110 | 100111 |
Color Harmonies of #AF164E
Complementary color
Monochromatic Colors of #AF164E
Black with #AF164E
Text Example
Text Example
White with #AF164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF164E; }
p { color: rgb(175,22,78); }
H1.HeaderClassName
{
color: #AF164E;
}
.AnyTagClassName
{
color: #AF164E;
}
</style>
background-color css
<style>
a { background-color: #AF164E; }
a { background-color: rgb(175,22,78); }
div.DivClassName
{
background-color: #AF164E;
}
.BgClassName
{
background-color: #AF164E;
}
</style>
border-color css
<style>
span { border-color: #AF164E; }
span { border-color: rgb(175,22,78); }
td.TdClassName
{
border-color: #AF164E;
}
.TagClassName
{
border-color: #AF164E;
}
</style>