#A61776

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

Shades of Jazzberry Jam #A61776

Tints of Jazzberry Jam #A61776

Color information

#A61776 (or 0xA61776) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 17 and 76. RGB value is (166,23,118). Sum of RGB (Red+Green+Blue) = 166+23+118=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A61776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61776 is #59E889. Grayscale: #4C4C4C. Windows color (decimal): -5892234 or 7739302. OLE color: 7739302.

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

Color convert

RGB16623118-
CMYK00.860.290.35
HSL320.14º75.66%37.06%-
HSV(B)320.14º86.14%65.1%-
XYZ19.310.0318.06-
YUV76.59151.38191.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.07%
GREEN value IS 23 (9.38% from 255) = 7.49%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=54.07%
G=7.49%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662311800.860.290.35320.1475.6637.06
HexA617760561D231404c25
Octal246271660126354350011445
Binary1010011010111111011001010110111011000111010000001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61776; }

 p { color: rgb(166,23,118); }

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

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

 a { background-color: rgb(166,23,118); }

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

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

 span { border-color: rgb(166,23,118); }

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