Shades of Jazzberry Jam #A8013C
Tints of Jazzberry Jam #A8013C
RGB
CMYK
RGB Variations
Color information
#A8013C (or 0xA8013C) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 3C. RGB value is (168,1,60). Sum of RGB (Red+Green+Blue) = 168+1+60=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A8013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8013C is #57FEC3. Grayscale: #393939. Windows color (decimal): -5766852 or 3932584. OLE color: 3932584.
HSL color Cylindrical-coordinate representation of color #A8013C: hue angle of 338.8º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8013C is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.34 |
| HSL | 338.8º | 0.99% | 0.33% | - |
| HSV(B) | 338.8º | 0.99% | 0.66% | - |
| XYZ | 16.97 | 8.67 | 5.05 | - |
| YUV | 57.66 | 129.33 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 60 | 0 | 0.99 | 0.64 | 0.34 | 338.8 | 0.99 | 0.33 |
| Hex | A8 | 1 | 3C | 0 | 63 | 40 | 22 | 153 | 63 | 21 |
| Octal | 250 | 1 | 74 | 0 | 143 | 100 | 42 | 523 | 143 | 41 |
| Binary | 10101000 | 1 | 111100 | 0 | 1100011 | 1000000 | 100010 | 101010011 | 1100011 | 100001 |
Color Harmonies of #A8013C
Complementary color
Monochromatic Colors of #A8013C
Black with #A8013C
Text Example
Text Example
White with #A8013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8013C; }
p { color: rgb(168,1,60); }
H1.HeaderClassName
{
color: #A8013C;
}
.AnyTagClassName
{
color: #A8013C;
}
</style>
background-color css
<style>
a { background-color: #A8013C; }
a { background-color: rgb(168,1,60); }
div.DivClassName
{
background-color: #A8013C;
}
.BgClassName
{
background-color: #A8013C;
}
</style>
border-color css
<style>
span { border-color: #A8013C; }
span { border-color: rgb(168,1,60); }
td.TdClassName
{
border-color: #A8013C;
}
.TagClassName
{
border-color: #A8013C;
}
</style>