#A0044D

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

Shades of Jazzberry Jam #A0044D

Tints of Jazzberry Jam #A0044D

Color information

#A0044D (or 0xA0044D) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 04 and 4D. RGB value is (160,4,77). Sum of RGB (Red+Green+Blue) = 160+4+77=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0044D is #5FFBB2. Grayscale: #3A3A3A. Windows color (decimal): -6290355 or 5047456. OLE color: 5047456.

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

Color convert

RGB160477-
CMYK00.980.520.37
HSL331.92º95.12%32.16%-
HSV(B)331.92º97.5%62.75%-
XYZ15.888.17.75-
YUV58.97138.18200.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.39%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=66.39%
G=1.66%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16047700.980.520.37331.9295.1232.16
HexA044D062342514c5f20
Octal24041150142644551413740
Binary101000001001001101011000101101001001011010011001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0044D; }

 p { color: rgb(160,4,77); }

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

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

 a { background-color: rgb(160,4,77); }

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

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

 span { border-color: rgb(160,4,77); }

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