#aa115b

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

Shades of Jazzberry Jam #AA115B

Tints of Jazzberry Jam #AA115B

Color information

#AA115B (or 0xAA115B) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 11 and 5B. RGB value is (170,17,91). Sum of RGB (Red+Green+Blue) = 170+17+91=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA115B is #55EEA4. Grayscale: #474747. Windows color (decimal): -5631653 or 5968298. OLE color: 5968298.

HSL color Cylindrical-coordinate representation of color #AA115B: hue angle of 330.98º 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 #AA115B is Cyan = 0, Magento = 0.9, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB1701791-
CMYK00.90.460.33
HSL330.98º81.82%36.67%-
HSV(B)330.98º90%66.67%-
XYZ18.679.710.79-
YUV71.18139.19198.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.15%
GREEN value IS 17 (7.03% from 255) = 6.12%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=61.15%
G=6.12%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170179100.90.460.33330.9881.8236.67
HexAA115B05A2E2114b5225
Octal252211330132564151312245
Binary10101010100011011011010110101011101000011010010111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa115b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa115b; }

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

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

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

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

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

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

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

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