#A3044A

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

Shades of Jazzberry Jam #A3044A

Tints of Jazzberry Jam #A3044A

Color information

#A3044A (or 0xA3044A) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 04 and 4A. RGB value is (163,4,74). Sum of RGB (Red+Green+Blue) = 163+4+74=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3044A is #5CFBB5. Grayscale: #3B3B3B. Windows color (decimal): -6093750 or 4850851. OLE color: 4850851.

HSL color Cylindrical-coordinate representation of color #A3044A: hue angle of 333.58º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3044A is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB163474-
CMYK00.980.550.36
HSL333.58º95.21%32.75%-
HSV(B)333.58º97.55%63.92%-
XYZ16.388.377.23-
YUV59.52136.18201.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.63%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=67.63%
G=1.66%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16347400.980.550.36333.5895.2132.75
HexA344A062372414e5f21
Octal24341120142674451613741
Binary101000111001001010011000101101111001001010011101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3044A; }

 p { color: rgb(163,4,74); }

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

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

 a { background-color: rgb(163,4,74); }

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

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

 span { border-color: rgb(163,4,74); }

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