Shades of Jazzberry Jam #AF004E
Tints of Jazzberry Jam #AF004E
RGB
CMYK
RGB Variations
Color information
#AF004E (or 0xAF004E) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 4E. RGB value is (175,0,78). Sum of RGB (Red+Green+Blue) = 175+0+78=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF004E is #50FFB1. Grayscale: #3D3D3D. Windows color (decimal): -5308338 or 5111983. OLE color: 5111983.
HSL color Cylindrical-coordinate representation of color #AF004E: hue angle of 333.26º 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 #AF004E is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.55 | 0.31 |
| HSL | 333.26º | 1% | 0.34% | - |
| HSV(B) | 333.26º | 1% | 0.69% | - |
| XYZ | 19.05 | 9.66 | 8.07 | - |
| YUV | 61.22 | 137.48 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 78 | 0 | 1 | 0.55 | 0.31 | 333.26 | 1 | 0.34 |
| Hex | AF | 0 | 4E | 0 | 64 | 37 | 1F | 14D | 64 | 22 |
| Octal | 257 | 0 | 116 | 0 | 144 | 67 | 37 | 515 | 144 | 42 |
| Binary | 10101111 | 0 | 1001110 | 0 | 1100100 | 110111 | 11111 | 101001101 | 1100100 | 100010 |
Color Harmonies of #AF004E
Complementary color
Monochromatic Colors of #AF004E
Black with #AF004E
Text Example
Text Example
White with #AF004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF004E; }
p { color: rgb(175,0,78); }
H1.HeaderClassName
{
color: #AF004E;
}
.AnyTagClassName
{
color: #AF004E;
}
</style>
background-color css
<style>
a { background-color: #AF004E; }
a { background-color: rgb(175,0,78); }
div.DivClassName
{
background-color: #AF004E;
}
.BgClassName
{
background-color: #AF004E;
}
</style>
border-color css
<style>
span { border-color: #AF004E; }
span { border-color: rgb(175,0,78); }
td.TdClassName
{
border-color: #AF004E;
}
.TagClassName
{
border-color: #AF004E;
}
</style>