#AA1376

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

Shades of Jazzberry Jam #AA1376

Tints of Jazzberry Jam #AA1376

Color information

#AA1376 (or 0xAA1376) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 13 and 76. RGB value is (170,19,118). Sum of RGB (Red+Green+Blue) = 170+19+118=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1376 is #55EC89. Grayscale: #4B4B4B. Windows color (decimal): -5631114 or 7738282. OLE color: 7738282.

HSL color Cylindrical-coordinate representation of color #AA1376: hue angle of 320.66º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1376 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17019118-
CMYK00.890.310.33
HSL320.66º79.89%37.06%-
HSV(B)320.66º88.82%66.67%-
XYZ20.0810.3218.07-
YUV75.44152.03195.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.37%
GREEN value IS 19 (7.81% from 255) = 6.19%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=55.37%
G=6.19%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701911800.890.310.33320.6679.8937.06
HexAA13760591F211415025
Octal252231660131374150112045
Binary1010101010011111011001011001111111000011010000011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1376; }

 p { color: rgb(170,19,118); }

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

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

 a { background-color: rgb(170,19,118); }

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

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

 span { border-color: rgb(170,19,118); }

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