Shades of Jazzberry Jam #AF226B
Tints of Jazzberry Jam #AF226B
RGB
CMYK
RGB Variations
Color information
#AF226B (or 0xAF226B) is known color: Jazzberry Jam. HEX triplet: AF, 22 and 6B. RGB value is (175,34,107). Sum of RGB (Red+Green+Blue) = 175+34+107=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF226B is #50DD94. Grayscale: #545454. Windows color (decimal): -5299605 or 7021231. OLE color: 7021231.
HSL color Cylindrical-coordinate representation of color #AF226B: hue angle of 328.94º 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 #AF226B is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 107 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.31 |
| HSL | 328.94º | 0.67% | 0.41% | - |
| HSV(B) | 328.94º | 0.81% | 0.69% | - |
| XYZ | 20.91 | 11.32 | 14.99 | - |
| YUV | 84.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 107 | 0 | 0.81 | 0.39 | 0.31 | 328.94 | 0.67 | 0.41 |
| Hex | AF | 22 | 6B | 0 | 51 | 27 | 1F | 149 | 43 | 29 |
| Octal | 257 | 42 | 153 | 0 | 121 | 47 | 37 | 511 | 103 | 51 |
| Binary | 10101111 | 100010 | 1101011 | 0 | 1010001 | 100111 | 11111 | 101001001 | 1000011 | 101001 |
Color Harmonies of #AF226B
Complementary color
Monochromatic Colors of #AF226B
Black with #AF226B
Text Example
Text Example
White with #AF226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF226B; }
p { color: rgb(175,34,107); }
H1.HeaderClassName
{
color: #AF226B;
}
.AnyTagClassName
{
color: #AF226B;
}
</style>
background-color css
<style>
a { background-color: #AF226B; }
a { background-color: rgb(175,34,107); }
div.DivClassName
{
background-color: #AF226B;
}
.BgClassName
{
background-color: #AF226B;
}
</style>
border-color css
<style>
span { border-color: #AF226B; }
span { border-color: rgb(175,34,107); }
td.TdClassName
{
border-color: #AF226B;
}
.TagClassName
{
border-color: #AF226B;
}
</style>