Shades of Jazzberry Jam #AF095A
Tints of Jazzberry Jam #AF095A
RGB
CMYK
RGB Variations
Color information
#AF095A (or 0xAF095A) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 5A. RGB value is (175,9,90). Sum of RGB (Red+Green+Blue) = 175+9+90=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF095A is #50F6A5. Grayscale: #434343. Windows color (decimal): -5306022 or 5900719. OLE color: 5900719.
HSL color Cylindrical-coordinate representation of color #AF095A: hue angle of 330.72º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF095A is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 90 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.31 |
| HSL | 330.72º | 0.9% | 0.36% | - |
| HSV(B) | 330.72º | 0.95% | 0.69% | - |
| XYZ | 19.62 | 10.05 | 10.58 | - |
| YUV | 67.87 | 140.5 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 90 | 0 | 0.95 | 0.49 | 0.31 | 330.72 | 0.9 | 0.36 |
| Hex | AF | 9 | 5A | 0 | 5F | 31 | 1F | 14B | 5A | 24 |
| Octal | 257 | 11 | 132 | 0 | 137 | 61 | 37 | 513 | 132 | 44 |
| Binary | 10101111 | 1001 | 1011010 | 0 | 1011111 | 110001 | 11111 | 101001011 | 1011010 | 100100 |
Color Harmonies of #AF095A
Complementary color
Monochromatic Colors of #AF095A
Black with #AF095A
Text Example
Text Example
White with #AF095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF095A; }
p { color: rgb(175,9,90); }
H1.HeaderClassName
{
color: #AF095A;
}
.AnyTagClassName
{
color: #AF095A;
}
</style>
background-color css
<style>
a { background-color: #AF095A; }
a { background-color: rgb(175,9,90); }
div.DivClassName
{
background-color: #AF095A;
}
.BgClassName
{
background-color: #AF095A;
}
</style>
border-color css
<style>
span { border-color: #AF095A; }
span { border-color: rgb(175,9,90); }
td.TdClassName
{
border-color: #AF095A;
}
.TagClassName
{
border-color: #AF095A;
}
</style>