#A6155D

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

Shades of Jazzberry Jam #A6155D

Tints of Jazzberry Jam #A6155D

Color information

#A6155D (or 0xA6155D) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 15 and 5D. RGB value is (166,21,93). Sum of RGB (Red+Green+Blue) = 166+21+93=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A6155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6155D is #59EAA2. Grayscale: #484848. Windows color (decimal): -5892771 or 6100390. OLE color: 6100390.

HSL color Cylindrical-coordinate representation of color #A6155D: hue angle of 330.21º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6155D is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1662193-
CMYK00.870.440.35
HSL330.21º77.54%36.67%-
HSV(B)330.21º87.35%65.1%-
XYZ17.979.4311.23-
YUV72.56139.54194.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.29%
GREEN value IS 21 (8.59% from 255) = 7.5%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=59.29%
G=7.5%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166219300.870.440.35330.2177.5436.67
HexA6155D0572C2314a4e25
Octal246251350127544351211645
Binary10100110101011011101010101111011001000111010010101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6155D; }

 p { color: rgb(166,21,93); }

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

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

 a { background-color: rgb(166,21,93); }

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

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

 span { border-color: rgb(166,21,93); }

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