Shades of Jazzberry Jam #AF0D6A
Tints of Jazzberry Jam #AF0D6A
RGB
CMYK
RGB Variations
Color information
#AF0D6A (or 0xAF0D6A) is known color: Jazzberry Jam. HEX triplet: AF, 0D and 6A. RGB value is (175,13,106). Sum of RGB (Red+Green+Blue) = 175+13+106=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0D6A is #50F295. Grayscale: #474747. Windows color (decimal): -5304982 or 6950319. OLE color: 6950319.
HSL color Cylindrical-coordinate representation of color #AF0D6A: hue angle of 325.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0D6A is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 106 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.31 |
| HSL | 325.56º | 0.86% | 0.37% | - |
| HSV(B) | 325.56º | 0.93% | 0.69% | - |
| XYZ | 20.42 | 10.44 | 14.57 | - |
| YUV | 72.04 | 147.17 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 106 | 0 | 0.93 | 0.39 | 0.31 | 325.56 | 0.86 | 0.37 |
| Hex | AF | D | 6A | 0 | 5D | 27 | 1F | 146 | 56 | 25 |
| Octal | 257 | 15 | 152 | 0 | 135 | 47 | 37 | 506 | 126 | 45 |
| Binary | 10101111 | 1101 | 1101010 | 0 | 1011101 | 100111 | 11111 | 101000110 | 1010110 | 100101 |
Color Harmonies of #AF0D6A
Complementary color
Monochromatic Colors of #AF0D6A
Black with #AF0D6A
Text Example
Text Example
White with #AF0D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D6A; }
p { color: rgb(175,13,106); }
H1.HeaderClassName
{
color: #AF0D6A;
}
.AnyTagClassName
{
color: #AF0D6A;
}
</style>
background-color css
<style>
a { background-color: #AF0D6A; }
a { background-color: rgb(175,13,106); }
div.DivClassName
{
background-color: #AF0D6A;
}
.BgClassName
{
background-color: #AF0D6A;
}
</style>
border-color css
<style>
span { border-color: #AF0D6A; }
span { border-color: rgb(175,13,106); }
td.TdClassName
{
border-color: #AF0D6A;
}
.TagClassName
{
border-color: #AF0D6A;
}
</style>