Shades of Jazzberry Jam #AF2266
Tints of Jazzberry Jam #AF2266
RGB
CMYK
RGB Variations
Color information
#AF2266 (or 0xAF2266) is known color: Jazzberry Jam. HEX triplet: AF, 22 and 66. RGB value is (175,34,102). Sum of RGB (Red+Green+Blue) = 175+34+102=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2266 is #50DD99. Grayscale: #535353. Windows color (decimal): -5299610 or 6693551. OLE color: 6693551.
HSL color Cylindrical-coordinate representation of color #AF2266: hue angle of 331.06º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2266 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 102 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.31 |
| HSL | 331.06º | 0.67% | 0.41% | - |
| HSV(B) | 331.06º | 0.81% | 0.69% | - |
| XYZ | 20.65 | 11.22 | 13.65 | - |
| YUV | 83.91 | 138.21 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 102 | 0 | 0.81 | 0.42 | 0.31 | 331.06 | 0.67 | 0.41 |
| Hex | AF | 22 | 66 | 0 | 51 | 2A | 1F | 14B | 43 | 29 |
| Octal | 257 | 42 | 146 | 0 | 121 | 52 | 37 | 513 | 103 | 51 |
| Binary | 10101111 | 100010 | 1100110 | 0 | 1010001 | 101010 | 11111 | 101001011 | 1000011 | 101001 |
Color Harmonies of #AF2266
Complementary color
Monochromatic Colors of #AF2266
Black with #AF2266
Text Example
Text Example
White with #AF2266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2266; }
p { color: rgb(175,34,102); }
H1.HeaderClassName
{
color: #AF2266;
}
.AnyTagClassName
{
color: #AF2266;
}
</style>
background-color css
<style>
a { background-color: #AF2266; }
a { background-color: rgb(175,34,102); }
div.DivClassName
{
background-color: #AF2266;
}
.BgClassName
{
background-color: #AF2266;
}
</style>
border-color css
<style>
span { border-color: #AF2266; }
span { border-color: rgb(175,34,102); }
td.TdClassName
{
border-color: #AF2266;
}
.TagClassName
{
border-color: #AF2266;
}
</style>