Shades of Jazzberry Jam #AF1A6F
Tints of Jazzberry Jam #AF1A6F
RGB
CMYK
RGB Variations
Color information
#AF1A6F (or 0xAF1A6F) is known color: Jazzberry Jam. HEX triplet: AF, 1A and 6F. RGB value is (175,26,111). Sum of RGB (Red+Green+Blue) = 175+26+111=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A6F is #50E590. Grayscale: #505050. Windows color (decimal): -5301649 or 7281327. OLE color: 7281327.
HSL color Cylindrical-coordinate representation of color #AF1A6F: hue angle of 325.77º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A6F is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 111 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.31 |
| HSL | 325.77º | 0.74% | 0.39% | - |
| HSV(B) | 325.77º | 0.85% | 0.69% | - |
| XYZ | 20.92 | 11 | 16.06 | - |
| YUV | 80.24 | 145.36 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 111 | 0 | 0.85 | 0.37 | 0.31 | 325.77 | 0.74 | 0.39 |
| Hex | AF | 1A | 6F | 0 | 55 | 25 | 1F | 146 | 4A | 27 |
| Octal | 257 | 32 | 157 | 0 | 125 | 45 | 37 | 506 | 112 | 47 |
| Binary | 10101111 | 11010 | 1101111 | 0 | 1010101 | 100101 | 11111 | 101000110 | 1001010 | 100111 |
Color Harmonies of #AF1A6F
Complementary color
Monochromatic Colors of #AF1A6F
Black with #AF1A6F
Text Example
Text Example
White with #AF1A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A6F; }
p { color: rgb(175,26,111); }
H1.HeaderClassName
{
color: #AF1A6F;
}
.AnyTagClassName
{
color: #AF1A6F;
}
</style>
background-color css
<style>
a { background-color: #AF1A6F; }
a { background-color: rgb(175,26,111); }
div.DivClassName
{
background-color: #AF1A6F;
}
.BgClassName
{
background-color: #AF1A6F;
}
</style>
border-color css
<style>
span { border-color: #AF1A6F; }
span { border-color: rgb(175,26,111); }
td.TdClassName
{
border-color: #AF1A6F;
}
.TagClassName
{
border-color: #AF1A6F;
}
</style>