#A00554

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

Shades of Jazzberry Jam #A00554

Tints of Jazzberry Jam #A00554

Color information

#A00554 (or 0xA00554) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 05 and 54. RGB value is (160,5,84). Sum of RGB (Red+Green+Blue) = 160+5+84=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A00554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00554 is #5FFAAB. Grayscale: #3C3C3C. Windows color (decimal): -6290092 or 5506464. OLE color: 5506464.

HSL color Cylindrical-coordinate representation of color #A00554: hue angle of 329.42º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00554 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB160584-
CMYK00.970.480.37
HSL329.42º93.94%32.35%-
HSV(B)329.42º96.88%62.75%-
XYZ16.158.229.12-
YUV60.35141.35199.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.26%
GREEN value IS 5 (2.34% from 255) = 2.01%
BLUE value IS 84 (33.20% from 255) = 33.73%
R=64.26%
G=2.01%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16058400.970.480.37329.4293.9432.35
HexA055406130251495e20
Octal24051240141604551113640
Binary101000001011010100011000011100001001011010010011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00554; }

 p { color: rgb(160,5,84); }

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

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

 a { background-color: rgb(160,5,84); }

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

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

 span { border-color: rgb(160,5,84); }

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