Shades of Jazzberry Jam #AF0466
Tints of Jazzberry Jam #AF0466
RGB
CMYK
RGB Variations
Color information
#AF0466 (or 0xAF0466) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 66. RGB value is (175,4,102). Sum of RGB (Red+Green+Blue) = 175+4+102=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0466 is #50FB99. Grayscale: #424242. Windows color (decimal): -5307290 or 6685871. OLE color: 6685871.
HSL color Cylindrical-coordinate representation of color #AF0466: hue angle of 325.61º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0466 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 102 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.31 |
| HSL | 325.61º | 0.96% | 0.35% | - |
| HSV(B) | 325.61º | 0.98% | 0.69% | - |
| XYZ | 20.12 | 10.16 | 13.47 | - |
| YUV | 66.3 | 148.15 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 102 | 0 | 0.98 | 0.42 | 0.31 | 325.61 | 0.96 | 0.35 |
| Hex | AF | 4 | 66 | 0 | 62 | 2A | 1F | 146 | 60 | 23 |
| Octal | 257 | 4 | 146 | 0 | 142 | 52 | 37 | 506 | 140 | 43 |
| Binary | 10101111 | 100 | 1100110 | 0 | 1100010 | 101010 | 11111 | 101000110 | 1100000 | 100011 |
Color Harmonies of #AF0466
Complementary color
Monochromatic Colors of #AF0466
Black with #AF0466
Text Example
Text Example
White with #AF0466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0466; }
p { color: rgb(175,4,102); }
H1.HeaderClassName
{
color: #AF0466;
}
.AnyTagClassName
{
color: #AF0466;
}
</style>
background-color css
<style>
a { background-color: #AF0466; }
a { background-color: rgb(175,4,102); }
div.DivClassName
{
background-color: #AF0466;
}
.BgClassName
{
background-color: #AF0466;
}
</style>
border-color css
<style>
span { border-color: #AF0466; }
span { border-color: rgb(175,4,102); }
td.TdClassName
{
border-color: #AF0466;
}
.TagClassName
{
border-color: #AF0466;
}
</style>