#A2186D

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

Shades of Jazzberry Jam #A2186D

Tints of Jazzberry Jam #A2186D

Color information

#A2186D (or 0xA2186D) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 6D. RGB value is (162,24,109). Sum of RGB (Red+Green+Blue) = 162+24+109=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A2186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2186D is #5DE792. Grayscale: #4A4A4A. Windows color (decimal): -6154131 or 7149730. OLE color: 7149730.

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

Color convert

RGB16224109-
CMYK00.850.330.36
HSL323.04º74.19%36.47%-
HSV(B)323.04º85.19%63.53%-
XYZ17.999.4415.34-
YUV74.95147.22190.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 24 (9.77% from 255) = 8.14%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=54.92%
G=8.14%
B=36.95%

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
Decimal1622410900.850.330.36323.0474.1936.47
HexA2186D05521241434a24
Octal242301550125414450311244
Binary10100010110001101101010101011000011001001010000111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2186D; }

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

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

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

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

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

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

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

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