#AA115C

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

Shades of Jazzberry Jam #AA115C

Tints of Jazzberry Jam #AA115C

Color information

#AA115C (or 0xAA115C) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 11 and 5C. RGB value is (170,17,92). Sum of RGB (Red+Green+Blue) = 170+17+92=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA115C is #55EEA3. Grayscale: #474747. Windows color (decimal): -5631652 or 6033834. OLE color: 6033834.

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

Color convert

RGB1701792-
CMYK00.90.460.33
HSL330.59º81.82%36.67%-
HSV(B)330.59º90%66.67%-
XYZ18.719.7211.02-
YUV71.3139.69198.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.93%
GREEN value IS 17 (7.03% from 255) = 6.09%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=60.93%
G=6.09%
B=32.97%

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
Decimal170179200.90.460.33330.5981.8236.67
HexAA115C05A2E2114b5225
Octal252211340132564151312245
Binary10101010100011011100010110101011101000011010010111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA115C; }

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

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

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

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

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

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

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

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