Shades of Jazzberry Jam #AF004A
Tints of Jazzberry Jam #AF004A
RGB
CMYK
RGB Variations
Color information
#AF004A (or 0xAF004A) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 4A. RGB value is (175,0,74). Sum of RGB (Red+Green+Blue) = 175+0+74=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF004A is #50FFB5. Grayscale: #3C3C3C. Windows color (decimal): -5308342 or 4849839. OLE color: 4849839.
HSL color Cylindrical-coordinate representation of color #AF004A: hue angle of 334.63º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF004A is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.58 | 0.31 |
| HSL | 334.63º | 1% | 0.34% | - |
| HSV(B) | 334.63º | 1% | 0.69% | - |
| XYZ | 18.92 | 9.61 | 7.34 | - |
| YUV | 60.76 | 135.48 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 74 | 0 | 1 | 0.58 | 0.31 | 334.63 | 1 | 0.34 |
| Hex | AF | 0 | 4A | 0 | 64 | 3A | 1F | 14F | 64 | 22 |
| Octal | 257 | 0 | 112 | 0 | 144 | 72 | 37 | 517 | 144 | 42 |
| Binary | 10101111 | 0 | 1001010 | 0 | 1100100 | 111010 | 11111 | 101001111 | 1100100 | 100010 |
Color Harmonies of #AF004A
Complementary color
Monochromatic Colors of #AF004A
Black with #AF004A
Text Example
Text Example
White with #AF004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF004A; }
p { color: rgb(175,0,74); }
H1.HeaderClassName
{
color: #AF004A;
}
.AnyTagClassName
{
color: #AF004A;
}
</style>
background-color css
<style>
a { background-color: #AF004A; }
a { background-color: rgb(175,0,74); }
div.DivClassName
{
background-color: #AF004A;
}
.BgClassName
{
background-color: #AF004A;
}
</style>
border-color css
<style>
span { border-color: #AF004A; }
span { border-color: rgb(175,0,74); }
td.TdClassName
{
border-color: #AF004A;
}
.TagClassName
{
border-color: #AF004A;
}
</style>