#A2165C

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

Shades of Jazzberry Jam #A2165C

Tints of Jazzberry Jam #A2165C

Color information

#A2165C (or 0xA2165C) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 16 and 5C. RGB value is (162,22,92). Sum of RGB (Red+Green+Blue) = 162+22+92=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A2165C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2165C is #5DE9A3. Grayscale: #474747. Windows color (decimal): -6154660 or 6035106. OLE color: 6035106.

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

Color convert

RGB1622292-
CMYK00.860.430.36
HSL330º76.09%36.08%-
HSV(B)330º86.42%63.53%-
XYZ17.129.0310.97-
YUV71.84139.38192.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.70%
GREEN value IS 22 (8.98% from 255) = 7.97%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=58.70%
G=7.97%
B=33.33%

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
Decimal162229200.860.430.3633076.0936.08
HexA2165C0562B2414a4c24
Octal242261340126534451211444
Binary10100010101101011100010101101010111001001010010101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2165C; }

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

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

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

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

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

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

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

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