Shades of Jazzberry Jam #AF1B5A
Tints of Jazzberry Jam #AF1B5A
RGB
CMYK
RGB Variations
Color information
#AF1B5A (or 0xAF1B5A) is known color: Jazzberry Jam. HEX triplet: AF, 1B and 5A. RGB value is (175,27,90). Sum of RGB (Red+Green+Blue) = 175+27+90=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B5A is #50E4A5. Grayscale: #4E4E4E. Windows color (decimal): -5301414 or 5905327. OLE color: 5905327.
HSL color Cylindrical-coordinate representation of color #AF1B5A: hue angle of 334.46º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B5A is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 90 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.31 |
| HSL | 334.46º | 0.73% | 0.4% | - |
| HSV(B) | 334.46º | 0.85% | 0.69% | - |
| XYZ | 19.92 | 10.64 | 10.68 | - |
| YUV | 78.43 | 134.53 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 90 | 0 | 0.85 | 0.49 | 0.31 | 334.46 | 0.73 | 0.4 |
| Hex | AF | 1B | 5A | 0 | 55 | 31 | 1F | 14E | 49 | 28 |
| Octal | 257 | 33 | 132 | 0 | 125 | 61 | 37 | 516 | 111 | 50 |
| Binary | 10101111 | 11011 | 1011010 | 0 | 1010101 | 110001 | 11111 | 101001110 | 1001001 | 101000 |
Color Harmonies of #AF1B5A
Complementary color
Monochromatic Colors of #AF1B5A
Black with #AF1B5A
Text Example
Text Example
White with #AF1B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B5A; }
p { color: rgb(175,27,90); }
H1.HeaderClassName
{
color: #AF1B5A;
}
.AnyTagClassName
{
color: #AF1B5A;
}
</style>
background-color css
<style>
a { background-color: #AF1B5A; }
a { background-color: rgb(175,27,90); }
div.DivClassName
{
background-color: #AF1B5A;
}
.BgClassName
{
background-color: #AF1B5A;
}
</style>
border-color css
<style>
span { border-color: #AF1B5A; }
span { border-color: rgb(175,27,90); }
td.TdClassName
{
border-color: #AF1B5A;
}
.TagClassName
{
border-color: #AF1B5A;
}
</style>