Shades of Jazzberry Jam #AF125A
Tints of Jazzberry Jam #AF125A
RGB
CMYK
RGB Variations
Color information
#AF125A (or 0xAF125A) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 5A. RGB value is (175,18,90). Sum of RGB (Red+Green+Blue) = 175+18+90=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF125A is #50EDA5. Grayscale: #494949. Windows color (decimal): -5303718 or 5903023. OLE color: 5903023.
HSL color Cylindrical-coordinate representation of color #AF125A: hue angle of 332.48º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF125A is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 90 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.31 |
| HSL | 332.48º | 0.81% | 0.38% | - |
| HSV(B) | 332.48º | 0.9% | 0.69% | - |
| XYZ | 19.74 | 10.28 | 10.62 | - |
| YUV | 73.15 | 137.51 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 90 | 0 | 0.90 | 0.49 | 0.31 | 332.48 | 0.81 | 0.38 |
| Hex | AF | 12 | 5A | 0 | 5A | 31 | 1F | 14C | 51 | 26 |
| Octal | 257 | 22 | 132 | 0 | 132 | 61 | 37 | 514 | 121 | 46 |
| Binary | 10101111 | 10010 | 1011010 | 0 | 1011010 | 110001 | 11111 | 101001100 | 1010001 | 100110 |
Color Harmonies of #AF125A
Complementary color
Monochromatic Colors of #AF125A
Black with #AF125A
Text Example
Text Example
White with #AF125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF125A; }
p { color: rgb(175,18,90); }
H1.HeaderClassName
{
color: #AF125A;
}
.AnyTagClassName
{
color: #AF125A;
}
</style>
background-color css
<style>
a { background-color: #AF125A; }
a { background-color: rgb(175,18,90); }
div.DivClassName
{
background-color: #AF125A;
}
.BgClassName
{
background-color: #AF125A;
}
</style>
border-color css
<style>
span { border-color: #AF125A; }
span { border-color: rgb(175,18,90); }
td.TdClassName
{
border-color: #AF125A;
}
.TagClassName
{
border-color: #AF125A;
}
</style>