#A3116D

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

Shades of Jazzberry Jam #A3116D

Tints of Jazzberry Jam #A3116D

Color information

#A3116D (or 0xA3116D) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 11 and 6D. RGB value is (163,17,109). Sum of RGB (Red+Green+Blue) = 163+17+109=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3116D is #5CEE92. Grayscale: #464646. Windows color (decimal): -6090387 or 7147939. OLE color: 7147939.

HSL color Cylindrical-coordinate representation of color #A3116D: hue angle of 322.19º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3116D is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16317109-
CMYK00.900.330.36
HSL322.19º81.11%35.29%-
HSV(B)322.19º89.57%63.92%-
XYZ18.079.2915.31-
YUV71.14149.37193.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 17 (7.03% from 255) = 5.88%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=56.40%
G=5.88%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631710900.900.330.36322.1981.1135.29
HexA3116D05A21241425123
Octal243211550132414450212143
Binary10100011100011101101010110101000011001001010000101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3116D; }

 p { color: rgb(163,17,109); }

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

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

 a { background-color: rgb(163,17,109); }

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

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

 span { border-color: rgb(163,17,109); }

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