Shades of Jazzberry Jam #AF075A
Tints of Jazzberry Jam #AF075A
RGB
CMYK
RGB Variations
Color information
#AF075A (or 0xAF075A) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 5A. RGB value is (175,7,90). Sum of RGB (Red+Green+Blue) = 175+7+90=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF075A is #50F8A5. Grayscale: #424242. Windows color (decimal): -5306534 or 5900207. OLE color: 5900207.
HSL color Cylindrical-coordinate representation of color #AF075A: hue angle of 330.36º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF075A is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 90 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.31 |
| HSL | 330.36º | 0.92% | 0.36% | - |
| HSV(B) | 330.36º | 0.96% | 0.69% | - |
| XYZ | 19.6 | 10 | 10.57 | - |
| YUV | 66.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 90 | 0 | 0.96 | 0.49 | 0.31 | 330.36 | 0.92 | 0.36 |
| Hex | AF | 7 | 5A | 0 | 60 | 31 | 1F | 14A | 5C | 24 |
| Octal | 257 | 7 | 132 | 0 | 140 | 61 | 37 | 512 | 134 | 44 |
| Binary | 10101111 | 111 | 1011010 | 0 | 1100000 | 110001 | 11111 | 101001010 | 1011100 | 100100 |
Color Harmonies of #AF075A
Complementary color
Monochromatic Colors of #AF075A
Black with #AF075A
Text Example
Text Example
White with #AF075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF075A; }
p { color: rgb(175,7,90); }
H1.HeaderClassName
{
color: #AF075A;
}
.AnyTagClassName
{
color: #AF075A;
}
</style>
background-color css
<style>
a { background-color: #AF075A; }
a { background-color: rgb(175,7,90); }
div.DivClassName
{
background-color: #AF075A;
}
.BgClassName
{
background-color: #AF075A;
}
</style>
border-color css
<style>
span { border-color: #AF075A; }
span { border-color: rgb(175,7,90); }
td.TdClassName
{
border-color: #AF075A;
}
.TagClassName
{
border-color: #AF075A;
}
</style>