#A00F56

Color #A00F56 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A00F56

Tints of Jazzberry Jam #A00F56

Color information

#A00F56 (or 0xA00F56) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 0F and 56. RGB value is (160,15,86). Sum of RGB (Red+Green+Blue) = 160+15+86=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F56 is #5FF0A9. Grayscale: #424242. Windows color (decimal): -6287530 or 5640096. OLE color: 5640096.

HSL color Cylindrical-coordinate representation of color #A00F56: hue angle of 330.62º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F56 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB1601586-
CMYK00.910.460.37
HSL330.62º82.86%34.31%-
HSV(B)330.62º90.62%62.75%-
XYZ16.358.499.58-
YUV66.45139.04194.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 61.30%
GREEN value IS 15 (6.25% from 255) = 5.75%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=61.30%
G=5.75%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160158600.910.460.37330.6282.8634.31
HexA0F5605B2E2514b5322
Octal240171260133564551312342
Binary1010000011111010110010110111011101001011010010111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00F56; }

 p { color: rgb(160,15,86); }

 H1.HeaderClassName
 {
   color: #A00F56;
 }
 .AnyTagClassName
 {
   color: #A00F56;
 }
</style>
background-color css

<style>
 a { background-color: #A00F56; }

 a { background-color: rgb(160,15,86); }

 div.DivClassName
 {
   background-color: #A00F56;
 }
 .BgClassName
 {
   background-color: #A00F56;
 }
</style>
border-color css

<style>
 span { border-color: #A00F56; }

 span { border-color: rgb(160,15,86); }

 td.TdClassName
 {
   border-color: #A00F56;
 }
 .TagClassName
 {
   border-color: #A00F56;
 }
</style>