#A2155E

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

Shades of Jazzberry Jam #A2155E

Tints of Jazzberry Jam #A2155E

Color information

#A2155E (or 0xA2155E) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 15 and 5E. RGB value is (162,21,94). Sum of RGB (Red+Green+Blue) = 162+21+94=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2155E is #5DEAA1. Grayscale: #474747. Windows color (decimal): -6154914 or 6165922. OLE color: 6165922.

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

Color convert

RGB1622194-
CMYK00.870.420.36
HSL328.94º77.05%35.88%-
HSV(B)328.94º87.04%63.53%-
XYZ17.199.0311.43-
YUV71.48140.71192.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=58.48%
G=7.58%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162219400.870.420.36328.9477.0535.88
HexA2155E0572A241494d24
Octal242251360127524451111544
Binary10100010101011011110010101111010101001001010010011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2155E; }

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

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

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

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

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

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

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

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