#A3155D

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

Shades of Jazzberry Jam #A3155D

Tints of Jazzberry Jam #A3155D

Color information

#A3155D (or 0xA3155D) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 15 and 5D. RGB value is (163,21,93). Sum of RGB (Red+Green+Blue) = 163+21+93=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A3155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3155D is #5CEAA2. Grayscale: #474747. Windows color (decimal): -6089379 or 6100387. OLE color: 6100387.

HSL color Cylindrical-coordinate representation of color #A3155D: hue angle of 329.58º degrees, saturation: 0.77, 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 #A3155D is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1632193-
CMYK00.870.430.36
HSL329.58º77.17%36.08%-
HSV(B)329.58º87.12%63.92%-
XYZ17.359.1111.2-
YUV71.67140.04193.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.84%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=58.84%
G=7.58%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163219300.870.430.36329.5877.1736.08
HexA3155D0572B2414a4d24
Octal243251350127534451211544
Binary10100011101011011101010101111010111001001010010101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3155D; }

 p { color: rgb(163,21,93); }

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

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

 a { background-color: rgb(163,21,93); }

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

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

 span { border-color: rgb(163,21,93); }

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