#aa1144

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

Shades of Jazzberry Jam #AA1144

Tints of Jazzberry Jam #AA1144

Color information

#AA1144 (or 0xAA1144) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 11 and 44. RGB value is (170,17,68). Sum of RGB (Red+Green+Blue) = 170+17+68=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1144 is #55EEBB. Grayscale: #444444. Windows color (decimal): -5631676 or 4460970. OLE color: 4460970.

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

Color convert

RGB1701768-
CMYK00.90.60.33
HSL340º81.82%36.67%-
HSV(B)340º90%66.67%-
XYZ17.829.366.34-
YUV68.56127.69200.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.67%
GREEN value IS 17 (7.03% from 255) = 6.67%
BLUE value IS 68 (26.95% from 255) = 26.67%
R=66.67%
G=6.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170176800.90.60.3334081.8236.67
HexAA114405A3C211545225
Octal252211040132744152412245
Binary10101010100011000100010110101111001000011010101001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa1144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa1144; }

 p { color: rgb(170,17,68); }

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

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

 a { background-color: rgb(170,17,68); }

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

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

 span { border-color: rgb(170,17,68); }

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