#A2136A

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

Shades of Jazzberry Jam #A2136A

Tints of Jazzberry Jam #A2136A

Color information

#A2136A (or 0xA2136A) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 13 and 6A. RGB value is (162,19,106). Sum of RGB (Red+Green+Blue) = 162+19+106=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2136A is #5DEC95. Grayscale: #474747. Windows color (decimal): -6155414 or 6951842. OLE color: 6951842.

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

Color convert

RGB16219106-
CMYK00.880.350.36
HSL323.5º79.01%35.49%-
HSV(B)323.5º88.27%63.53%-
XYZ17.739.1914.47-
YUV71.68147.38192.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 19 (7.81% from 255) = 6.62%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=56.45%
G=6.62%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621910600.880.350.36323.579.0135.49
HexA2136A05823241434f23
Octal242231520130434450311743
Binary10100010100111101010010110001000111001001010000111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2136A; }

 p { color: rgb(162,19,106); }

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

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

 a { background-color: rgb(162,19,106); }

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

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

 span { border-color: rgb(162,19,106); }

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