#A00855

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

Shades of Jazzberry Jam #A00855

Tints of Jazzberry Jam #A00855

Color information

#A00855 (or 0xA00855) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 08 and 55. RGB value is (160,8,85). Sum of RGB (Red+Green+Blue) = 160+8+85=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A00855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00855 is #5FF7AA. Grayscale: #3E3E3E. Windows color (decimal): -6289323 or 5572768. OLE color: 5572768.

HSL color Cylindrical-coordinate representation of color #A00855: hue angle of 329.61º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00855 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB160885-
CMYK00.950.470.37
HSL329.61º90.48%32.94%-
HSV(B)329.61º95%62.75%-
XYZ16.228.39.34-
YUV62.23140.86197.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 8 (3.52% from 255) = 3.16%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=63.24%
G=3.16%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16088500.950.470.37329.6190.4832.94
HexA085505F2F2514a5a21
Octal240101250137574551213241
Binary1010000010001010101010111111011111001011010010101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00855; }

 p { color: rgb(160,8,85); }

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

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

 a { background-color: rgb(160,8,85); }

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

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

 span { border-color: rgb(160,8,85); }

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