#A2126D

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

Shades of Jazzberry Jam #A2126D

Tints of Jazzberry Jam #A2126D

Color information

#A2126D (or 0xA2126D) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 12 and 6D. RGB value is (162,18,109). Sum of RGB (Red+Green+Blue) = 162+18+109=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2126D is #5DED92. Grayscale: #474747. Windows color (decimal): -6155667 or 7148194. OLE color: 7148194.

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

Color convert

RGB16218109-
CMYK00.890.330.36
HSL322.08º80%35.29%-
HSV(B)322.08º88.89%63.53%-
XYZ17.889.2215.31-
YUV71.43149.21192.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.06%
GREEN value IS 18 (7.42% from 255) = 6.23%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=56.06%
G=6.23%
B=37.72%

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
Decimal1621810900.890.330.36322.088035.29
HexA2126D05921241425023
Octal242221550131414450212043
Binary10100010100101101101010110011000011001001010000101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2126D; }

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

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

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

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

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

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

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

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