#A2155A

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

Shades of Jazzberry Jam #A2155A

Tints of Jazzberry Jam #A2155A

Color information

#A2155A (or 0xA2155A) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 15 and 5A. RGB value is (162,21,90). Sum of RGB (Red+Green+Blue) = 162+21+90=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2155A is #5DEAA5. Grayscale: #464646. Windows color (decimal): -6154918 or 5903778. OLE color: 5903778.

HSL color Cylindrical-coordinate representation of color #A2155A: hue angle of 330.64º 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 #A2155A is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1622190-
CMYK00.870.440.36
HSL330.64º77.05%35.88%-
HSV(B)330.64º87.04%63.53%-
XYZ17.018.9610.5-
YUV71.02138.71192.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=59.34%
G=7.69%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162219000.870.440.36330.6477.0535.88
HexA2155A0572C2414b4d24
Octal242251320127544451311544
Binary10100010101011011010010101111011001001001010010111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2155A; }

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

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

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

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

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

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

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

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