Shades of Jazzberry Jam #AF024E
Tints of Jazzberry Jam #AF024E
RGB
CMYK
RGB Variations
Color information
#AF024E (or 0xAF024E) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 4E. RGB value is (175,2,78). Sum of RGB (Red+Green+Blue) = 175+2+78=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF024E is #50FDB1. Grayscale: #3E3E3E. Windows color (decimal): -5307826 or 5112495. OLE color: 5112495.
HSL color Cylindrical-coordinate representation of color #AF024E: hue angle of 333.64º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF024E is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.31 |
| HSL | 333.64º | 0.98% | 0.35% | - |
| HSV(B) | 333.64º | 0.99% | 0.69% | - |
| XYZ | 19.08 | 9.71 | 8.08 | - |
| YUV | 62.39 | 136.81 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 78 | 0 | 0.99 | 0.55 | 0.31 | 333.64 | 0.98 | 0.35 |
| Hex | AF | 2 | 4E | 0 | 63 | 37 | 1F | 14E | 62 | 23 |
| Octal | 257 | 2 | 116 | 0 | 143 | 67 | 37 | 516 | 142 | 43 |
| Binary | 10101111 | 10 | 1001110 | 0 | 1100011 | 110111 | 11111 | 101001110 | 1100010 | 100011 |
Color Harmonies of #AF024E
Complementary color
Monochromatic Colors of #AF024E
Black with #AF024E
Text Example
Text Example
White with #AF024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF024E; }
p { color: rgb(175,2,78); }
H1.HeaderClassName
{
color: #AF024E;
}
.AnyTagClassName
{
color: #AF024E;
}
</style>
background-color css
<style>
a { background-color: #AF024E; }
a { background-color: rgb(175,2,78); }
div.DivClassName
{
background-color: #AF024E;
}
.BgClassName
{
background-color: #AF024E;
}
</style>
border-color css
<style>
span { border-color: #AF024E; }
span { border-color: rgb(175,2,78); }
td.TdClassName
{
border-color: #AF024E;
}
.TagClassName
{
border-color: #AF024E;
}
</style>