#A3155E

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

Shades of Jazzberry Jam #A3155E

Tints of Jazzberry Jam #A3155E

Color information

#A3155E (or 0xA3155E) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 15 and 5E. RGB value is (163,21,94). Sum of RGB (Red+Green+Blue) = 163+21+94=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3155E is #5CEAA1. Grayscale: #474747. Windows color (decimal): -6089378 or 6165923. OLE color: 6165923.

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

Color convert

RGB1632194-
CMYK00.870.420.36
HSL329.15º77.17%36.08%-
HSV(B)329.15º87.12%63.92%-
XYZ17.399.1311.44-
YUV71.78140.54193.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.63%
GREEN value IS 21 (8.59% from 255) = 7.55%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=58.63%
G=7.55%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163219400.870.420.36329.1577.1736.08
HexA3155E0572A241494d24
Octal243251360127524451111544
Binary10100011101011011110010101111010101001001010010011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3155E; }

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

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

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

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

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

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

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

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