#A2146B

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

Shades of Jazzberry Jam #A2146B

Tints of Jazzberry Jam #A2146B

Color information

#A2146B (or 0xA2146B) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 14 and 6B. RGB value is (162,20,107). Sum of RGB (Red+Green+Blue) = 162+20+107=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2146B is #5DEB94. Grayscale: #484848. Windows color (decimal): -6155157 or 7017634. OLE color: 7017634.

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

Color convert

RGB16220107-
CMYK00.880.340.36
HSL323.24º78.02%35.69%-
HSV(B)323.24º87.65%63.53%-
XYZ17.89.2414.76-
YUV72.38147.54191.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.06%
GREEN value IS 20 (8.20% from 255) = 6.92%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=56.06%
G=6.92%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622010700.880.340.36323.2478.0235.69
HexA2146B05822241434e24
Octal242241530130424450311644
Binary10100010101001101011010110001000101001001010000111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2146B; }

 p { color: rgb(162,20,107); }

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

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

 a { background-color: rgb(162,20,107); }

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

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

 span { border-color: rgb(162,20,107); }

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