#A81677

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

Shades of Jazzberry Jam #A81677

Tints of Jazzberry Jam #A81677

Color information

#A81677 (or 0xA81677) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 16 and 77. RGB value is (168,22,119). Sum of RGB (Red+Green+Blue) = 168+22+119=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A81677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81677 is #57E988. Grayscale: #4C4C4C. Windows color (decimal): -5761417 or 7804584. OLE color: 7804584.

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

Color convert

RGB16822119-
CMYK00.870.290.34
HSL320.14º76.84%37.25%-
HSV(B)320.14º86.9%65.88%-
XYZ19.7710.2318.39-
YUV76.71151.87193.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.37%
GREEN value IS 22 (8.98% from 255) = 7.12%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=54.37%
G=7.12%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682211900.870.290.34320.1476.8437.25
HexA816770571D221404d25
Octal250261670127354250011545
Binary1010100010110111011101010111111011000101010000001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81677; }

 p { color: rgb(168,22,119); }

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

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

 a { background-color: rgb(168,22,119); }

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

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

 span { border-color: rgb(168,22,119); }

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