#A3164A

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

Shades of Jazzberry Jam #A3164A

Tints of Jazzberry Jam #A3164A

Color information

#A3164A (or 0xA3164A) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 16 and 4A. RGB value is (163,22,74). Sum of RGB (Red+Green+Blue) = 163+22+74=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A3164A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3164A is #5CE9B5. Grayscale: #464646. Windows color (decimal): -6089142 or 4855459. OLE color: 4855459.

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

Color convert

RGB1632274-
CMYK00.870.550.36
HSL337.87º76.22%36.27%-
HSV(B)337.87º86.5%63.92%-
XYZ16.638.857.31-
YUV70.09130.21194.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.93%
GREEN value IS 22 (8.98% from 255) = 8.49%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=62.93%
G=8.49%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163227400.870.550.36337.8776.2236.27
HexA3164A05737241524c24
Octal243261120127674452211444
Binary10100011101101001010010101111101111001001010100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3164A; }

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

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

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

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

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

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

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

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