Shades of Jazzberry Jam #AF236C
Tints of Jazzberry Jam #AF236C
RGB
CMYK
RGB Variations
Color information
#AF236C (or 0xAF236C) is known color: Jazzberry Jam. HEX triplet: AF, 23 and 6C. RGB value is (175,35,108). Sum of RGB (Red+Green+Blue) = 175+35+108=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF236C is #50DC93. Grayscale: #555555. Windows color (decimal): -5299348 or 7087023. OLE color: 7087023.
HSL color Cylindrical-coordinate representation of color #AF236C: hue angle of 328.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF236C is Cyan = 0, Magento = 0.8, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 108 | - |
| CMYK | 0 | 0.8 | 0.38 | 0.31 |
| HSL | 328.71º | 0.67% | 0.41% | - |
| HSV(B) | 328.71º | 0.8% | 0.69% | - |
| XYZ | 20.99 | 11.4 | 15.28 | - |
| YUV | 85.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 108 | 0 | 0.8 | 0.38 | 0.31 | 328.71 | 0.67 | 0.41 |
| Hex | AF | 23 | 6C | 0 | 50 | 26 | 1F | 149 | 43 | 29 |
| Octal | 257 | 43 | 154 | 0 | 120 | 46 | 37 | 511 | 103 | 51 |
| Binary | 10101111 | 100011 | 1101100 | 0 | 1010000 | 100110 | 11111 | 101001001 | 1000011 | 101001 |
Color Harmonies of #AF236C
Complementary color
Monochromatic Colors of #AF236C
Black with #AF236C
Text Example
Text Example
White with #AF236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF236C; }
p { color: rgb(175,35,108); }
H1.HeaderClassName
{
color: #AF236C;
}
.AnyTagClassName
{
color: #AF236C;
}
</style>
background-color css
<style>
a { background-color: #AF236C; }
a { background-color: rgb(175,35,108); }
div.DivClassName
{
background-color: #AF236C;
}
.BgClassName
{
background-color: #AF236C;
}
</style>
border-color css
<style>
span { border-color: #AF236C; }
span { border-color: rgb(175,35,108); }
td.TdClassName
{
border-color: #AF236C;
}
.TagClassName
{
border-color: #AF236C;
}
</style>