#A3126D

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

Shades of Jazzberry Jam #A3126D

Tints of Jazzberry Jam #A3126D

Color information

#A3126D (or 0xA3126D) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 12 and 6D. RGB value is (163,18,109). Sum of RGB (Red+Green+Blue) = 163+18+109=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A3126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3126D is #5CED92. Grayscale: #474747. Windows color (decimal): -6090131 or 7148195. OLE color: 7148195.

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

Color convert

RGB16318109-
CMYK00.890.330.36
HSL322.34º80.11%35.49%-
HSV(B)322.34º88.96%63.92%-
XYZ18.089.3215.31-
YUV71.73149.04193.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 18 (7.42% from 255) = 6.21%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=56.21%
G=6.21%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631810900.890.330.36322.3480.1135.49
HexA3126D05921241425023
Octal243221550131414450212043
Binary10100011100101101101010110011000011001001010000101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3126D; }

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

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

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

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

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

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

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

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