#A2196C

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

Shades of Jazzberry Jam #A2196C

Tints of Jazzberry Jam #A2196C

Color information

#A2196C (or 0xA2196C) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 19 and 6C. RGB value is (162,25,108). Sum of RGB (Red+Green+Blue) = 162+25+108=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A2196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2196C is #5DE693. Grayscale: #4B4B4B. Windows color (decimal): -6153876 or 7084450. OLE color: 7084450.

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

Color convert

RGB16225108-
CMYK00.850.330.36
HSL323.65º73.26%36.67%-
HSV(B)323.65º84.57%63.53%-
XYZ17.959.4615.07-
YUV75.42146.39189.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 25 (10.16% from 255) = 8.47%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=54.92%
G=8.47%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622510800.850.330.36323.6573.2636.67
HexA2196C05521241444925
Octal242311540125414450411145
Binary10100010110011101100010101011000011001001010001001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2196C; }

 p { color: rgb(162,25,108); }

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

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

 a { background-color: rgb(162,25,108); }

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

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

 span { border-color: rgb(162,25,108); }

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