Shades of Jazzberry Jam #AF134E
Tints of Jazzberry Jam #AF134E
RGB
CMYK
RGB Variations
Color information
#AF134E (or 0xAF134E) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 4E. RGB value is (175,19,78). Sum of RGB (Red+Green+Blue) = 175+19+78=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF134E is #50ECB1. Grayscale: #484848. Windows color (decimal): -5303474 or 5116847. OLE color: 5116847.
HSL color Cylindrical-coordinate representation of color #AF134E: hue angle of 337.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF134E is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 78 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.31 |
| HSL | 337.31º | 0.8% | 0.38% | - |
| HSV(B) | 337.31º | 0.89% | 0.69% | - |
| XYZ | 19.29 | 10.13 | 8.15 | - |
| YUV | 72.37 | 131.18 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 78 | 0 | 0.89 | 0.55 | 0.31 | 337.31 | 0.8 | 0.38 |
| Hex | AF | 13 | 4E | 0 | 59 | 37 | 1F | 151 | 50 | 26 |
| Octal | 257 | 23 | 116 | 0 | 131 | 67 | 37 | 521 | 120 | 46 |
| Binary | 10101111 | 10011 | 1001110 | 0 | 1011001 | 110111 | 11111 | 101010001 | 1010000 | 100110 |
Color Harmonies of #AF134E
Complementary color
Monochromatic Colors of #AF134E
Black with #AF134E
Text Example
Text Example
White with #AF134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF134E; }
p { color: rgb(175,19,78); }
H1.HeaderClassName
{
color: #AF134E;
}
.AnyTagClassName
{
color: #AF134E;
}
</style>
background-color css
<style>
a { background-color: #AF134E; }
a { background-color: rgb(175,19,78); }
div.DivClassName
{
background-color: #AF134E;
}
.BgClassName
{
background-color: #AF134E;
}
</style>
border-color css
<style>
span { border-color: #AF134E; }
span { border-color: rgb(175,19,78); }
td.TdClassName
{
border-color: #AF134E;
}
.TagClassName
{
border-color: #AF134E;
}
</style>