#AA1369

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

Shades of Jazzberry Jam #AA1369

Tints of Jazzberry Jam #AA1369

Color information

#AA1369 (or 0xAA1369) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 13 and 69. RGB value is (170,19,105). Sum of RGB (Red+Green+Blue) = 170+19+105=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1369 is #55EC96. Grayscale: #494949. Windows color (decimal): -5631127 or 6886314. OLE color: 6886314.

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

Color convert

RGB17019105-
CMYK00.890.380.33
HSL325.83º79.89%37.06%-
HSV(B)325.83º88.82%66.67%-
XYZ19.3610.0314.28-
YUV73.95145.53196.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.82%
GREEN value IS 19 (7.81% from 255) = 6.46%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=57.82%
G=6.46%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701910500.890.380.33325.8379.8937.06
HexAA136905926211465025
Octal252231510131464150612045
Binary10101010100111101001010110011001101000011010001101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1369; }

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

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

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

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

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

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

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

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