#A2165D

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

Shades of Jazzberry Jam #A2165D

Tints of Jazzberry Jam #A2165D

Color information

#A2165D (or 0xA2165D) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 16 and 5D. RGB value is (162,22,93). Sum of RGB (Red+Green+Blue) = 162+22+93=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2165D is #5DE9A2. Grayscale: #474747. Windows color (decimal): -6154659 or 6100642. OLE color: 6100642.

HSL color Cylindrical-coordinate representation of color #A2165D: hue angle of 329.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2165D is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1622293-
CMYK00.860.430.36
HSL329.57º76.09%36.08%-
HSV(B)329.57º86.42%63.53%-
XYZ17.169.0511.2-
YUV71.95139.88192.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=58.48%
G=7.94%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162229300.860.430.36329.5776.0936.08
HexA2165D0562B2414a4c24
Octal242261350126534451211444
Binary10100010101101011101010101101010111001001010010101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2165D; }

 p { color: rgb(162,22,93); }

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

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

 a { background-color: rgb(162,22,93); }

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

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

 span { border-color: rgb(162,22,93); }

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