#A2156E

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

Shades of Jazzberry Jam #A2156E

Tints of Jazzberry Jam #A2156E

Color information

#A2156E (or 0xA2156E) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 15 and 6E. RGB value is (162,21,110). Sum of RGB (Red+Green+Blue) = 162+21+110=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2156E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2156E is #5DEA91. Grayscale: #494949. Windows color (decimal): -6154898 or 7214498. OLE color: 7214498.

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

Color convert

RGB16221110-
CMYK00.870.320.36
HSL322.13º77.05%35.88%-
HSV(B)322.13º87.04%63.53%-
XYZ17.989.3415.61-
YUV73.3148.71191.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 21 (8.59% from 255) = 7.17%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=55.29%
G=7.17%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622111000.870.320.36322.1377.0535.88
HexA2156E05720241424d24
Octal242251560127404450211544
Binary10100010101011101110010101111000001001001010000101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2156E; }

 p { color: rgb(162,21,110); }

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

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

 a { background-color: rgb(162,21,110); }

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

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

 span { border-color: rgb(162,21,110); }

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